commit 31753acdbd4e911c920791b7fa2691dd63f16a9b parent b66aa90a5f0c7f51e4bc0b78e962d76876328e4c Author: Nixx <nixx@firemail.cc> Date: Sat, 29 Aug 2020 22:58:20 +0100 Minor stylesheet change Diffstat:
M | styles/default.css | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/styles/default.css b/styles/default.css @@ -491,6 +491,16 @@ input[type="submit" i] { } } +@media (max-height: 680px) { + .aside > .asidehomeimage { + display: none; + } + + .aside > .asidehometext { + display: block; + } +} + @media (max-width: 850px) { .homelarge { display: none;