mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21347 from overleaf/td-document-diff-viewer-full-width
Make document diff viewer always take up the full width of its container GitOrigin-RevId: cdb593700c403564bdf297ea838b279e7e73bba2
This commit is contained in:
parent
4bbde479a5
commit
792c9774a5
2 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@ history-root {
|
||||||
|
|
||||||
.history-react {
|
.history-react {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: @history-main-bg;
|
background-color: @history-main-bg;
|
||||||
|
|
||||||
|
@ -400,6 +401,7 @@ history-root {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.cm-viewer-container,
|
.cm-viewer-container,
|
||||||
|
|
|
@ -25,6 +25,7 @@ history-root {
|
||||||
--history-change-list-padding: var(--spacing-06);
|
--history-change-list-padding: var(--spacing-06);
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: var(--bg-light-primary);
|
background-color: var(--bg-light-primary);
|
||||||
|
|
||||||
|
@ -396,6 +397,7 @@ history-root {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.cm-viewer-container,
|
.cm-viewer-container,
|
||||||
|
|
Loading…
Reference in a new issue