mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02: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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user