mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-08 11:42:38 +00:00
Make sure all toolbar icons and buttons are vertically centered.
This commit is contained in:
parent
f4f2fa4e19
commit
39602d78ed
1 changed files with 2 additions and 0 deletions
|
@ -77,10 +77,12 @@
|
|||
display: flex;
|
||||
float: left;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.toolbar-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-grow: 1;
|
||||
justify-content: flex-end;
|
||||
.btn-full-height {
|
||||
|
|
Loading…
Reference in a new issue