mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 10:44:10 -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 {
|
.toolbar-label {
|
||||||
display: inline-block;
|
display: none;
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
|
@media (min-width: @screen-sm-min) {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-dark {
|
.editor-dark {
|
||||||
|
|
Loading…
Reference in a new issue