diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-04-14 23:26:21 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-04-14 23:26:21 +0200 |
| commit | 1fde30da093ecea7e32d39e5446fbde4d1fabd27 (patch) | |
| tree | 267e8950877c4bbe9c1f653d2bacc986fda4d6a5 | |
| parent | 3f093ab1d5d2525e29bfe35166f2c2e4aaed6d2c (diff) | |
Web UI tweaks
| -rw-r--r-- | data/vue/App.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/vue/App.vue b/data/vue/App.vue index 73923dd..f8f4b41 100644 --- a/data/vue/App.vue +++ b/data/vue/App.vue @@ -299,7 +299,8 @@ td { } .top_bar { - background-color: #111; + background-color: #000; + border-bottom: 1px solid gray; left: 0; padding: 8px; position: fixed; |
