fixes #14
This commit is contained in:
parent
ab4a4fbf4e
commit
262494bd0b
1 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ $gtb_height: 32px; // gtb == globaltopbar
|
|||
//
|
||||
|
||||
@media screen {
|
||||
#global__header {
|
||||
.nom_globaltopbar {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
background: $blog_body-bg;
|
||||
|
@ -20,6 +20,7 @@ $gtb_height: 32px; // gtb == globaltopbar
|
|||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
left: 0;
|
||||
letter-spacing: 0; // WordPress twentytwenty theme sets letter-spacing to -0.27px and DokuWiki does not.
|
||||
line-height: 1.5;
|
||||
margin: 0;
|
||||
overflow-x: auto;
|
||||
|
@ -43,8 +44,7 @@ $gtb_height: 32px; // gtb == globaltopbar
|
|||
color: $grey-light;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
margin: 0 1px;
|
||||
padding: 4px 8px;
|
||||
padding: 4px 13px;
|
||||
text-decoration: none;
|
||||
&:hover,
|
||||
&:active,
|
||||
|
@ -55,7 +55,7 @@ $gtb_height: 32px; // gtb == globaltopbar
|
|||
}
|
||||
}
|
||||
}
|
||||
&.global__header-right {
|
||||
&.nom_globaltopbar-inner.right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ $gtb_height: 32px; // gtb == globaltopbar
|
|||
body {
|
||||
#dokuwiki__site {
|
||||
.site {
|
||||
#global__header {
|
||||
.nom_globaltopbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ $gtb_height: 32px; // gtb == globaltopbar
|
|||
}
|
||||
}
|
||||
}
|
||||
#global__header {
|
||||
.nom_globaltopbar {
|
||||
top: 0;
|
||||
ul {
|
||||
padding: 0;
|
||||
|
|
Reference in a new issue