fix: shell.css

This commit is contained in:
古大羊 2024-05-05 22:37:16 +08:00
parent be62f56782
commit 6a8b695c00

View File

@ -6,15 +6,23 @@
background: var(--surfacePrimary);
color: var(--textPrimary);
z-index: 9999;
background: rgba(127, 127, 127, 0.1);
background: rgba(255, 255, 255, 0.9);
transition: 0.2s ease background;
cursor: ns-resize;
touch-action: none;
user-select: none;
width: 100%;
}
.shell__divider{
background: rgba(127, 127, 127, 0.3);
width: 100%;
height: 8px;
}
.shell__divider:hover {
background: rgba(127, 127, 127, 0.4);
background: rgba(127, 127, 127, 0.9);
}
.shell__content {
@ -62,6 +70,10 @@ body.rtl .shell-content {
font-size: inherit;
}
.shell__text{
color:black
}
.shell__prompt {
width: 1.2rem;
}