mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Hide sticky header and ULS button in print mode
Bug: T300178 Change-Id: Ie1eb02530ec62fa011da4be45a61d26522c1650b
This commit is contained in:
parent
f8560e27ac
commit
be2abb581c
|
@ -31,3 +31,11 @@
|
||||||
.mw-workspace-container {
|
.mw-workspace-container {
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#vector-sticky-header {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#p-lang-btn {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue