feat: ✨ use FlexBox to properly arrange the sidebar layouts
Some checks reported warnings
/ phplint (push) Has been cancelled
Some checks reported warnings
/ phplint (push) Has been cancelled
This commit is contained in:
parent
771e9a2ec8
commit
de1f1446a3
10 changed files with 172 additions and 123 deletions
|
@ -15,6 +15,8 @@
|
|||
flex-direction: row;
|
||||
justify-content: left;
|
||||
|
||||
height: 2.3rem;
|
||||
|
||||
list-style-type: none;
|
||||
padding: 0px;
|
||||
|
||||
|
@ -30,6 +32,8 @@
|
|||
|
||||
& > ._path {
|
||||
width: 100%;
|
||||
height: 1.5rem;
|
||||
|
||||
font-style: italic;
|
||||
padding-left: 0.5rem;
|
||||
|
||||
|
|
|
@ -5,11 +5,9 @@
|
|||
|
||||
top: 0px;
|
||||
|
||||
width: calc(var(--content-margin) - 2em);
|
||||
margin-left: 2em;
|
||||
flex: 0.1 0 15em;
|
||||
|
||||
padding-top: 0.8em;
|
||||
padding-right: 0.5em;
|
||||
padding-right: 0.3em;
|
||||
|
||||
padding-bottom: 0.5em;
|
||||
border-radius: 0 0em 0em 0.5em;
|
||||
|
@ -52,7 +50,7 @@
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
& li {
|
||||
& > li {
|
||||
border-radius: 0.2em;
|
||||
border-bottom: 1px solid transparent;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue