Created
October 20, 2016 18:12
-
-
Save mathjazz/3690461765ed3beb832d1b67dc71cdf2 to your computer and use it in GitHub Desktop.
Layout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/css/translate.css b/css/translate.css | |
index dcc358a..5e4530c 100644 | |
--- a/css/translate.css | |
+++ b/css/translate.css | |
@@ -1881,7 +1881,13 @@ p#sign-in-required > a#sidebar-signin { | |
display: inline-block; | |
} | |
+#properties { | |
+ height: calc(80% - 44px); | |
+} | |
+ | |
#properties > section { | |
+ height: 100%; | |
+ position: relative; | |
padding-top: 5px; | |
} | |
@@ -1942,7 +1948,7 @@ p#sign-in-required > a#sidebar-signin { | |
overflow: auto; | |
position: absolute; | |
bottom: 0; | |
- top: 42%; | |
+ top: 50px; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment