|
Tags: Manual revert Reverted |
| Line 2,355: |
Line 2,355: |
| .vector-user-links-main .cdx-button__label { | | .vector-user-links-main .cdx-button__label { |
| display: none !important; | | display: none !important; |
| }
| |
| }
| |
|
| |
|
| |
|
| |
| @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;
| |
| } | | } |
| } | | } |