mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-16 15:23:16 -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. */
|
shifting the whole dashboard layout out of alignment with the sidebar. */
|
||||||
.main-wrapper {
|
.main-wrapper {
|
||||||
margin-left: var(--sidebar-width);
|
margin-left: var(--sidebar-width);
|
||||||
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue