Rework header bar
This commit is contained in:
@@ -20,25 +20,26 @@ body {
|
||||
#dokuwiki__header {
|
||||
width: 100%;
|
||||
|
||||
.header__bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: .75em;
|
||||
}
|
||||
|
||||
.headings {
|
||||
float: left;
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.tools {
|
||||
float: right;
|
||||
text-align: right;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] #dokuwiki__header {
|
||||
.headings {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.tools {
|
||||
float: left;
|
||||
text-align: left;
|
||||
.header__bar {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user