|
|
| Line 2,312: |
Line 2,312: |
| margin: 0 !important; | | margin: 0 !important; |
| align-items: center !important; | | align-items: center !important; |
| }
| |
| }
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| @media screen and (max-width: 720px) {
| |
| /* 1. Mata o dropdown branco que bloqueia o clique */
| |
| .vector-dropdown-content,
| |
| .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;
| |
| align-items: center !important;
| |
| }
| |
|
| |
| #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. FIX PARA LOGADO: Esconde o nome "WikiManagement" para não quebrar a linha */
| |
| #pt-userpage span:not(.vector-icon),
| |
| .vector-user-links span:not(.vector-icon) {
| |
| display: none !important;
| |
| }
| |
|
| |
| /* 4. Garante que os ícones (lupa, chave, user) fiquem brancos e alinhados */
| |
| .vector-header-end {
| |
| display: flex !important;
| |
| gap: 5px !important;
| |
| align-items: center !important;
| |
| }
| |
|
| |
| .mw-header .vector-icon {
| |
| background-color: #ffffff !important;
| |
| } | | } |
| } | | } |