UI/UX: Fixes sidebar width inconsistency. Use footer class for logs.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user