mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Hide header labels in XS resolutions (i.e. up to 768px).
This commit is contained in:
parent
fab7ec3e98
commit
0bc52412ea
1 changed files with 5 additions and 1 deletions
|
@ -138,12 +138,16 @@
|
|||
}
|
||||
|
||||
.toolbar-label {
|
||||
display: inline-block;
|
||||
display: none;
|
||||
margin: 0 4px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 2px;
|
||||
vertical-align: middle;
|
||||
|
||||
@media (min-width: @screen-sm-min) {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.editor-dark {
|
||||
|
|
Loading…
Reference in a new issue