mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Hide header labels in XS resolutions (i.e. up to 768px).
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user