moved stuff from settings, cleaned up naming for tabs, added close and peek
This commit is contained in:
parent
2e35289c33
commit
bcebec478e
42 changed files with 801 additions and 1053 deletions
|
@ -46,8 +46,14 @@
|
|||
|
||||
&.side-tabs {
|
||||
flex-direction: row;
|
||||
@media all and (max-width: 800px) {
|
||||
overflow-x: auto;
|
||||
}
|
||||
> .contents {
|
||||
flex: 0 1 80%;
|
||||
@media all and (max-width: 800px) {
|
||||
min-width: 96vw;
|
||||
}
|
||||
}
|
||||
> .tabs {
|
||||
flex: 1 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue