mirror of
https://github.com/usatiuk/y.git
synced 2025-10-29 02:37:49 +01:00
fix width shrink
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
flex: auto;
|
||||||
|
|
||||||
#HomeSidebar {
|
#HomeSidebar {
|
||||||
min-width: 15rem;
|
min-width: 15rem;
|
||||||
@@ -53,7 +54,7 @@
|
|||||||
|
|
||||||
#HomeContent {
|
#HomeContent {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user