diff --git a/webui/backend/data/tasks.db b/webui/backend/data/tasks.db index 13d4786..5e55de7 100644 Binary files a/webui/backend/data/tasks.db and b/webui/backend/data/tasks.db differ diff --git a/webui/html/base.css b/webui/html/base.css index c115314..e37dd50 100644 --- a/webui/html/base.css +++ b/webui/html/base.css @@ -105,11 +105,27 @@ h1 { .pane-content { flex: 1 1 auto; min-height: 0; - overflow-y: auto; border-top: 1px solid var(--color-border); padding-top: 5px; position: relative; background: var(--color-surface); + display: flex; + flex-direction: column; +} + +.pane-list-header { + flex: 0 0 auto; + position: relative; + z-index: 2; + background: var(--color-surface); +} + +.pane-list-scroll { + flex: 1 1 auto; + min-height: 0; + overflow-y: auto; + position: relative; + z-index: 1; } .pane-focus-line { @@ -250,11 +266,6 @@ button:disabled { font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; - position: sticky; - top: 0; - z-index: 10; - isolation: isolate; - background-clip: padding-box; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 8px 10px -10px rgba(0, 0, 0, 0.45); diff --git a/webui/html/index.html b/webui/html/index.html index bbb7d91..99508f8 100644 --- a/webui/html/index.html +++ b/webui/html/index.html @@ -38,12 +38,16 @@
-
- Name - Size - Modified +
+
+ Name + Size + Modified +
+
+
+
    -
    @@ -58,12 +62,16 @@
    -
    - Name - Size - Modified +
    +
    + Name + Size + Modified +
    +
    +
    +
      -