MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 536: | Line 536: | ||
.vector-user-links a { color: rgba(255,255,255,0.9) !important; } | .vector-user-links a { color: rgba(255,255,255,0.9) !important; } | ||
/* ── Hide | /* ── Hide: Watchlist overflow icon + Appearance button ───────── | ||
* | |||
#vector- | * Vector 2022 renders two icon buttons between the username and the | ||
. | * user-menu chevron: | ||
# | * 1. .mw-portlet-vector-user-menu-overflow — the "overflow" strip | ||
* which contains #pt-watchlist (≡★) and possibly other items. | |||
* 2. #vector-appearance / #vector-appearance-pinned-container | |||
* — the appearance/theme panel toggle. | |||
* | |||
* We hide the entire overflow portlet (it only contains watchlist for | |||
* most wikis) and all appearance-related containers. | |||
* ──────────────────────────────────────────────────────────────── */ | |||
/* Watchlist icon and the overflow portlet that wraps it */ | |||
.mw-portlet-vector-user-menu-overflow, | |||
#p-vector-user-menu-overflow, | |||
li#pt-watchlist, | |||
li#pt-watchlist-kbd { display: none !important; } | |||
/* Appearance panel — all containers */ | |||
#vector-appearance, | |||
#vector-appearance-pinned-container, | #vector-appearance-pinned-container, | ||
#vector-appearance-unpinned-container, | #vector-appearance-unpinned-container, | ||
.mw-portlet-appearance, | .mw-portlet-appearance, | ||
.vector-appearance-pinnable-element { display: none !important; } | |||
. | |||
/* ── User dropdown — fix white text inside the menu ───────────── */ | /* ── User dropdown — fix white text inside the menu ───────────── */ | ||
| Line 690: | Line 696: | ||
.toc { max-width: 100%; } | .toc { max-width: 100%; } | ||
.gr-gadya { width: 90%; } | .gr-gadya { width: 90%; } | ||
} | } | ||