update tabs
This commit is contained in:
parent
4e2c7058ca
commit
06b766604b
5 changed files with 75 additions and 104 deletions
|
@ -91,7 +91,7 @@
|
|||
|
||||
.libraryMenuButtonText {
|
||||
text-decoration: none;
|
||||
font-weight: 400 !important;
|
||||
font-weight: 500 !important;
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
padding-left: 0 !important;
|
||||
|
@ -102,7 +102,8 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
align-items: center;
|
||||
margin-left: 1em;
|
||||
margin-left: .5em;
|
||||
font-size: 108%;
|
||||
}
|
||||
|
||||
.viewMenuBar {
|
||||
|
@ -230,13 +231,6 @@
|
|||
background-color: #1D1D20;
|
||||
}
|
||||
|
||||
@media all and (max-width: 360px) {
|
||||
|
||||
.libraryMenuButtonText {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
|
||||
/* The sidebar isn't visible at this size, so there's no way to navigate within the editor */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue