Small css tweaks

This commit is contained in:
Pieter Vander Vennet 2020-12-02 21:37:53 +01:00
parent d36d16911a
commit 89b2dc8a10
2 changed files with 7 additions and 2 deletions

View file

@ -90,6 +90,11 @@ Contains tweaks for small screens
max-width: 100vw;
}
.userbadge-login {
min-width: unset;
width: calc(100vw - 5px);
}
#topleft-tools {
padding: 0.2em !important;
padding-top: 0.3em !important;