Browse Source

Reduce height of the display areas in landscape mode

tags/v0.0.7
Fen Dweller 5 years ago
parent
commit
619b36f480
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      gorge.css

+ 3
- 3
gorge.css View File

@@ -53,7 +53,7 @@ button {
width: 35%; width: 35%;
left: 0%; left: 0%;
top: 20%; top: 20%;
height: 90%;
height: 80%;
margin: auto; margin: auto;
font-size: 36px; font-size: 36px;
} }
@@ -72,7 +72,7 @@ button {
width: 20%; width: 20%;
right: 5%; right: 5%;
top: 20%; top: 20%;
height: 90%;
height: 80%;
max-height: 80vh; max-height: 80vh;
padding-bottom: 10px; padding-bottom: 10px;
} }
@@ -659,7 +659,7 @@ div::-webkit-scrollbar-corner {
bottom: 0%; bottom: 0%;
z-index: 2; z-index: 2;
} }
body #discord-link img { body #discord-link img {
top: auto; top: auto;
bottom: 0%; bottom: 0%;


Loading…
Cancel
Save