More mobile styling

This commit is contained in:
Robert Long
2021-08-23 12:50:19 -07:00
parent b6b33219a8
commit 85d77a32bf
5 changed files with 15 additions and 48 deletions

View File

@@ -5,26 +5,6 @@
flex: 1;
}
.sidebar {
display: flex;
flex-direction: column;
height: auto;
flex: 1;
min-width: 200px;
width: auto;
max-width: none;
padding: 12px;
background-color: #21262c;
border-radius: 8px;
margin-bottom: 20px;
}
.sidebar h5 {
color: rgb(142, 153, 164);
font-size: 13px;
margin: 0 0 8px 0;
}
.center {
display: flex;
flex: 1;
@@ -50,20 +30,3 @@
font-size: 13px;
text-align: center;
}
@media (min-width: 600px) {
.sidebar {
height: 100%;
overflow-y: auto;
max-width: 320px;
margin-bottom: 0;
}
.content {
flex-direction: row;
}
.modal {
margin-bottom: 0;
}
}