mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 10:04:56 +00:00
Fix broadtable not using full width
This commit is contained in:
parent
7761bdda90
commit
825d983441
|
@ -5,6 +5,11 @@
|
|||
|
||||
@import '../../../resources/variables.less';
|
||||
|
||||
.content table.broadtable,
|
||||
.smw-ask-result table.broadtable {
|
||||
display: table;
|
||||
}
|
||||
|
||||
@media ( prefers-color-scheme: dark ) {
|
||||
.smw-table-header {
|
||||
background-color: @dark-bg-20;
|
||||
|
|
Loading…
Reference in a new issue