mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 00:21:10 +00:00
Merge pull request #11308 from overleaf/revert-11289-mj-right-toolbar
Revert "[web] Change pdf control toolbar alignment for CM6 RT" GitOrigin-RevId: 71e7941afbdb3e77186760e3d2a0ce3655bdbc1a
This commit is contained in:
parent
59e587320a
commit
ed9bd54836
1 changed files with 5 additions and 20 deletions
|
@ -154,7 +154,6 @@
|
|||
overflow: hidden;
|
||||
position: relative;
|
||||
z-index: 10; // Prevent track changes showing over toolbar
|
||||
justify-content: space-between;
|
||||
|
||||
.btn-recompile-group {
|
||||
margin-right: -5px;
|
||||
|
@ -174,27 +173,13 @@
|
|||
&.toolbar-wrap {
|
||||
min-height: @editor-toolbar-height;
|
||||
height: unset; // Allow to grow if buttons wrap
|
||||
.toolbar-line-wrapper {
|
||||
flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.formatting-buttons {
|
||||
flex-grow: 1 0 auto;
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
.formatting-buttons {
|
||||
flex: 1 1 auto;
|
||||
width: unset;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.toolbar-pdf-right {
|
||||
justify-content: flex-end;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.toolbar-line-wrapper {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
flex-wrap: nowrap;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.loading-screen {
|
||||
|
|
Loading…
Reference in a new issue