mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-13 13:53:12 -06:00
Fix main content width shrinking to narrow column
Co-authored-by: ChrisChrome <28414320+ChrisChrome@users.noreply.github.com>
This commit is contained in:
parent
eeab23e0d3
commit
d7f87ce0bd
|
|
@ -299,6 +299,7 @@ body {
|
|||
shifting the whole dashboard layout out of alignment with the sidebar. */
|
||||
.main-wrapper {
|
||||
margin-left: var(--sidebar-width);
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
|
|
|
|||
Loading…
Reference in a new issue