mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
Hide Discord button when in mobile
This commit is contained in:
parent
f2154cde31
commit
5b87de5c14
|
@ -50,3 +50,9 @@
|
|||
.nav-up ~ #mw-bottombar {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @screen0) {
|
||||
#mw-bottombar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue