MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 2,320: | Line 2,320: | ||
@media screen and (max-width: 720px) { | @media screen and (max-width: 720px) { | ||
/* 1. | /* 1. Mata o dropdown branco que bloqueia o clique */ | ||
.vector- | .vector-dropdown-content, | ||
.user-links- | .vector-user-links-dropdown { | ||
display: none !important; | |||
visibility: hidden !important; | |||
} | |||
/* 2. Força o link de Login a ser clicável e visível na barra verde */ | |||
.vector-user-links-main { | |||
display: flex !important; | display: flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
} | } | ||
#pt-login-2, #pt-login { | #pt-login-2, #pt-login { | ||
display: block !important; | |||
padding: 5px 10px !important; | |||
color: #ffffff !important; | |||
text-decoration: none !important; | |||
font-weight: bold !important; | |||
font-size: 13px !important; | |||
} | } | ||
/* 3. | /* 3. FIX PARA LOGADO: Esconde o nome "WikiManagement" para não quebrar a linha */ | ||
#pt- | #pt-userpage span:not(.vector-icon), | ||
.vector-user-links span:not(.vector-icon) { | |||
display: none !important; | |||
} | } | ||
/* 4. Garante que | /* 4. Garante que os ícones (lupa, chave, user) fiquem brancos e alinhados */ | ||
.vector-header-end { | .vector-header-end { | ||
display: flex !important; | display: flex !important; | ||
gap: 5px !important; | |||
align-items: center !important; | align-items: center !important; | ||
} | } | ||
.mw-header .vector-icon { | |||
background-color: #ffffff !important; | |||
} | } | ||
} | } | ||