mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 05:53:47 -05:00
[rich-text] Improve toolbar button styles (#11419)
GitOrigin-RevId: 81def8f65591fe9f8f914384db971238faa4483f
This commit is contained in:
parent
f3dac1aa95
commit
69fe1749ce
1 changed files with 4 additions and 1 deletions
|
@ -341,9 +341,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.formatting-buttons-cm6-panel {
|
.formatting-buttons-cm6-panel {
|
||||||
padding-top: 4px;
|
|
||||||
background-color: @formatting-btn-bg;
|
background-color: @formatting-btn-bg;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
& .formatting-btn {
|
||||||
|
padding: 2px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.formatting-btn {
|
.formatting-btn {
|
||||||
|
|
Loading…
Reference in a new issue