You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
chore: fix frontend lint
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user