summaryrefslogtreecommitdiff
path: root/src/components/Logs.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Logs.module.scss')
-rw-r--r--src/components/Logs.module.scss11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/components/Logs.module.scss b/src/components/Logs.module.scss
index adc6f0f..4351bcb 100644
--- a/src/components/Logs.module.scss
+++ b/src/components/Logs.module.scss
@@ -40,10 +40,9 @@ $heightHeader: 76px;
//////////
-.logUl {
+.logsWrapper {
margin: 0;
padding: 0;
- list-style: none;
color: var(--color-text);
:global {
@@ -56,14 +55,12 @@ $heightHeader: 76px;
}
}
-/////////
-
-.logs {
+.log {
padding: 10px 40px;
- height: calc(100vh - #{$heightHeader});
- overflow: scroll;
}
+/////////
+
.logPlaceholder {
height: calc(100vh - #{$heightHeader});
display: flex;