Skip to content

Commit

Permalink
responsive: always use the hacky spacer above main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Feb 17, 2019
1 parent 450548c commit 330f587
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ui/menu_main.rml
Expand Up @@ -17,11 +17,8 @@
<img class="logo" src="/ui/assets/logos/fuzzy_blue" />

<sidebar>
<!-- HACK: Add some extra spacing atop the main menu if the screen res is high enough -->
<if cvar="r_customheight" condition=">" value="850">
<hackyspacer />
</if>

<!-- HACK: Add some extra spacing atop the main menu -->
<hackyspacer />

<!-- HACK: Using shared/window.rml as a stylesheet rather than a template -->
<window id="innersidebar" class="innersidebar">
Expand Down

0 comments on commit 330f587

Please sign in to comment.