feat: added shell resizing (#2648)

This commit is contained in:
Cameron
2023-09-14 15:50:40 -07:00
committed by GitHub
parent ecdd684bf1
commit 584b706b1e
5 changed files with 128 additions and 26 deletions

View File

@@ -174,6 +174,12 @@ table th {
background: var(--surfacePrimary);
color: var(--textPrimary);
}
.shell__divider {
background: rgba(255, 255, 255, 0.1);
}
.shell__divider:hover {
background: rgba(255, 255, 255, 0.4);
}
.shell__result {
border-top: 1px solid var(--divider);
}