diff options
| author | Bobby <[email protected]> | 2025-12-23 13:17:59 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-12-23 13:17:59 +0530 |
| commit | 93279b718bc7f9fb89aa329b7dbcc55d6e909b3e (patch) | |
| tree | 70a39e0b1983eea94b632c4b3b4c30d8f77006fb /static/css | |
| parent | 5f035789fa24eaff111f5ed72087ad07ff8c387a (diff) | |
| download | lain-93279b718bc7f9fb89aa329b7dbcc55d6e909b3e.tar.xz lain-93279b718bc7f9fb89aa329b7dbcc55d6e909b3e.zip | |
some icons and stuff
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/main.css | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/static/css/main.css b/static/css/main.css index 546eba1..84a1d59 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -118,7 +118,10 @@ footer a:hover { padding: 3px 8px; font-size: 10px; cursor: pointer; - display: block; + display: flex; + align-items: center; + gap: 2px; + flex-direction: column; } .nav-subitem a:hover { @@ -131,6 +134,11 @@ footer a:hover { cursor: not-allowed; } +.nav-subitem a img { + width: 16px; + height: 16px; +} + .options-dropdown { display: none; position: absolute; @@ -530,10 +538,11 @@ input[type="date"]:focus { .folder-item a { display: flex; align-items: center; - gap: 6px; + gap: 8px; padding: 5px 8px; color: var(--text-secondary); font-size: 11px; + border-left: 2px solid var(--bg-secondary); } .folder-item a:hover { @@ -548,8 +557,8 @@ input[type="date"]:focus { } .folder-icon { - width: 14px; - height: 14px; + width: 16px; + height: 16px; } .folder-name { |
