1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

Fix size for present and unpresent button on mobile

There is no text on mobile layout
This commit is contained in:
Alain Takoudjou 2020-12-03 19:03:16 +01:00 committed by Juliusz Chroboczek
parent 4de2953037
commit b2f050e552

View file

@ -1113,6 +1113,9 @@ header .collapse {
/* END Sidebar Left */ /* END Sidebar Left */
@media only screen and (max-device-width: 1024px) { @media only screen and (max-device-width: 1024px) {
#presentbutton, #unpresentbutton {
width: auto;
}
.nav-link { .nav-link {
margin: 0 4px; margin: 0 4px;
line-height: 1.5; line-height: 1.5;