fix: fixed some styling issues with the sidebar

This commit is contained in:
Daniel Ledda
2022-05-28 22:41:46 +02:00
parent e8311175be
commit f8c3f17ab9
3 changed files with 28 additions and 36 deletions

View File

@@ -26,7 +26,6 @@
background-color: black;
margin: 0;
padding: 0;
max-width: 20%;
height: 100%;
display: inline-block;
}
@@ -36,7 +35,6 @@
margin: 0;
padding: 0;
height: 100%;
width: 80%;
display: inline-block;
}
:global(body) {

View File

@@ -65,6 +65,7 @@
align-items: center;
flex-direction: column;
height: 100%;
width: calc(350px + 2em);
overflow: hidden;
background-color: #333333;
padding: 1em;