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