Skip to content

Commit

Permalink
Update screen-common.less
Browse files Browse the repository at this point in the history
  • Loading branch information
TranTheTrung authored Jun 9, 2021
1 parent 819c812 commit 6311854
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions skins/Timeless/resources/screen-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,7 @@ button span.oo-ui-labelElement-label {

/* Side bar */

#mw-site-navigation {
display:none;
.box;
line-height: 1.125;
word-wrap: break-word;
position: fixed;
z-index: 8;

.mw-portlet {
ul, li {
list-style: none;
margin: 0;
Expand Down Expand Up @@ -164,7 +157,15 @@ button span.oo-ui-labelElement-label {
margin-right: 6px;
}
}
}

#mw-site-navigation {
display:none;
.box;
line-height: 1.125;
word-wrap: break-word;
position: fixed;
z-index: 8;
a {
color: @base-black;
}
Expand Down Expand Up @@ -202,10 +203,6 @@ button span.oo-ui-labelElement-label {
display: flex !important;
align-items: center;
background-repeat: no-repeat;
&:hover {
background: @base90;
color: #222;
}
}

.header-item {
Expand Down

0 comments on commit 6311854

Please sign in to comment.