mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
Temp mobile table fix
This commit is contained in:
parent
6da5ee430a
commit
31dad2b9dc
|
@ -4,10 +4,16 @@
|
|||
//
|
||||
|
||||
table.wikitable {
|
||||
margin-top: @content-margin-top * 2!important;
|
||||
background-color: transparent;
|
||||
color: @base-20;
|
||||
border: 0;
|
||||
|
||||
// TEMP solution to fix overflow
|
||||
display: block;
|
||||
max-width: 100vw;
|
||||
overflow: auto;
|
||||
|
||||
tr {
|
||||
vertical-align: top;
|
||||
|
||||
|
|
|
@ -82,11 +82,6 @@
|
|||
@color-footer-link-active: @base-80;
|
||||
/*
|
||||
|
||||
* Shadow
|
||||
*/
|
||||
@shadow-button: 0px 5px 10px 2px rgba(11,47,106,0.07);
|
||||
@shadow-menu: 0px 12px 18px 0px rgba(68,71,91,0.27);
|
||||
|
||||
/*
|
||||
* Transitions
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue