mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-04 10:49:22 +00:00
fix(DiscussionTools): 🐛 add wrapping hotfixes for DiscussionTools header for MW 1.42
This commit is contained in:
parent
b07d8aabfa
commit
d71f31d9b6
|
@ -107,17 +107,27 @@
|
||||||
font-family: var( --font-family-base ) !important;
|
font-family: var( --font-family-base ) !important;
|
||||||
font-weight: var( --font-weight-semi-bold );
|
font-weight: var( --font-weight-semi-bold );
|
||||||
border-top-color: var( --border-color-base );
|
border-top-color: var( --border-color-base );
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
> h2 {
|
> h2 {
|
||||||
font-family: var( --font-family-base ) !important;
|
font-family: var( --font-family-base ) !important;
|
||||||
font-weight: var( --font-weight-semi-bold );
|
font-weight: var( --font-weight-semi-bold );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-subscribeButton {
|
||||||
|
order: 9999;
|
||||||
|
}
|
||||||
|
|
||||||
&-bar {
|
&-bar {
|
||||||
margin-top: var( --space-xxs );
|
overflow-x: auto;
|
||||||
font-size: var( --font-size-x-small );
|
font-size: var( --font-size-x-small );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-metadata {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
&-metaitem {
|
&-metaitem {
|
||||||
color: var( --color-subtle );
|
color: var( --color-subtle );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue