chore: fix frontend lint

This commit is contained in:
Oleg Lobanov
2024-08-18 13:51:16 +02:00
parent 090272e3b7
commit 83898d616f
9 changed files with 53 additions and 50 deletions

View File

@@ -14,7 +14,7 @@
width: 100%;
}
.shell__divider{
.shell__divider {
background: rgba(127, 127, 127, 0.3);
width: 100%;
height: 8px;
@@ -69,8 +69,6 @@ body.rtl .shell-content {
font-size: inherit;
}
.shell__prompt {
width: 1.2rem;
}
@@ -84,5 +82,5 @@ body.rtl .shell-content {
font-family: inherit;
white-space: pre-wrap;
width: 100%;
color:var(--textSecondary);
color: var(--textSecondary);
}

View File

@@ -54,5 +54,5 @@
--borderPrimary: rgba(255, 255, 255, 0.05);
--borderSecondary: rgba(255, 255, 255, 0.15);
--dividerPrimary: rgba(30, 30, 30, 0.4);
--dividerSecondary:rgba(30, 30, 30, 0.6);
--dividerSecondary: rgba(30, 30, 30, 0.6);
}