UI/UX: Fixes sidebar width inconsistency. Use footer class for logs.

This commit is contained in:
Himadri Bhattacharjee
2023-03-24 13:40:09 +05:30
parent 483585dd82
commit 14660ce237

View File

@@ -32,7 +32,7 @@ body {
padding: 1rem;
}
.footer {
.logs {
height: calc(30vh - 2rem);
background: #000;
padding: 1rem;
@@ -42,7 +42,7 @@ body {
background: #111;
display: flex;
flex-direction: column;
width: 30vh;
width: 25vw;
overflow: scroll;
}
@@ -104,7 +104,7 @@ body {
}
.show {
width: 30vw;
width: 25vw;
transition: width 0.5s;
}
@@ -122,4 +122,4 @@ body {
.editor:focus {
outline: none;
}
}