MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 2,360: | Line 2,360: | ||
@media screen and (max-width: 720px) { | |||
/* Reduz o logo ao máximo na vertical para dar espaço aos ícones */ | |||
.mw-header .mw-logo-icon { | |||
width: 70px !important; | |||
margin-right: 5px !important; | |||
} | |||
/* Força o container de login a ser visível e compacto */ | |||
#pt-login { | |||
display: inline-flex !important; | |||
visibility: visible !important; | |||
margin: 0 !important; | |||
padding: 0 4px !important; | |||
} | |||
/* | /* Esconde o TEXTO "Log in" mas mantém o ícone que injetámos acima */ | ||
. | #pt-login span:not(.vector-icon) { | ||
display: none !important; | |||
} | |||
/* Aproxima os ícones da direita */ | |||
.vector-header-end { | |||
gap: 2px !important; | |||
justify-content: flex-end !important; | |||
flex: 1 !important; | |||
} | |||
. | |||
} | } | ||