1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-26 07:20:57 +01:00
phorge-phorge/src/view/page
epriestley c019f76283 Make profile menu full-height
Summary:
Ref T10054. This makes the profile menu full-height. It uses two pieces of dark magic:

  - `calc()`, which allows you to do math in CSS.
  - The `vh` unit, which is CSS for "viewport height".

Apparently this kind of stuff just works now? CSS got good at some point?

Test Plan:
  - Page looks correct in Safari, Chrome, Firefox.
  - Checked `caniuse.com` for `vh` and `calc()`, saw they're supported?

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10054

Differential Revision: https://secure.phabricator.com/D15017
2016-01-15 09:12:34 -08:00
..
menu Begin modularizing main menu items 2016-01-04 06:57:09 -08:00
AphrontPageView.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
PhabricatorBarePageView.php Add mask-icon for Safari pinned tab 2015-11-22 13:04:06 -08:00
PhabricatorStandardPageView.php Make profile menu full-height 2016-01-15 09:12:34 -08:00