mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-20 04:23:59 +00:00
Merge pull request #10790 from overleaf/ds-history-toggle-bug-fix
Fixed the bug with 2/3 way segmented control. GitOrigin-RevId: d2e340c097d60ef47b4cf2817a413cc574a871de
This commit is contained in:
parent
ac8edba968
commit
60dc53e685
2 changed files with 3 additions and 2 deletions
|
@ -61,6 +61,8 @@
|
|||
flex: 0 0 @changesListWidth;
|
||||
padding: 0 10px;
|
||||
border-left: 1px solid @editor-border-color;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.history-entries {
|
||||
|
|
|
@ -237,12 +237,11 @@
|
|||
}
|
||||
|
||||
.toggle-switch {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
height: @toolbar-btn-height;
|
||||
margin-right: 5px;
|
||||
border-radius: @btn-border-radius-base;
|
||||
overflow: hidden;
|
||||
background-color: @toggle-switch-bg;
|
||||
padding: 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue