mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 00:31:09 +00:00
wiki title visiblity fix
This commit is contained in:
parent
5d02888bb7
commit
40d2f3a37a
|
@ -157,7 +157,6 @@
|
|||
border-bottom: 1px solid @base-80;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
transition: @transition-border;
|
||||
|
||||
.mw-wiki-logo {
|
||||
margin-bottom: @margin-side;
|
||||
|
@ -172,8 +171,8 @@
|
|||
}
|
||||
|
||||
.mw-wiki-title {
|
||||
opacity: 1;
|
||||
height: auto;
|
||||
opacity: 0;
|
||||
height: 0;
|
||||
transition: @transition-height, @transition-opacity;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue