diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-14 01:39:02 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-14 01:39:02 +0200 |
| commit | 0705f4de4fce679b2501f0583defb1160f3c1666 (patch) | |
| tree | 961aaadf787641f1b3f199a91bf06641498255d8 /public/stylesheets/admin.css | |
| parent | 7185965d97a2d7d98f5feda6cc10fb5d87fcf816 (diff) | |
Make tags a pill list on nodes#show
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index f1f4c05..93cc3f5 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1092,6 +1092,22 @@ div#draft_list table td.actions a { | |||
| 1092 | text-decoration: none; | 1092 | text-decoration: none; |
| 1093 | } | 1093 | } |
| 1094 | 1094 | ||
| 1095 | .tag_pill_list { | ||
| 1096 | display: flex; | ||
| 1097 | flex-wrap: wrap; | ||
| 1098 | gap: 0.4rem; | ||
| 1099 | list-style: none; | ||
| 1100 | padding: 0; | ||
| 1101 | margin: 0; | ||
| 1102 | } | ||
| 1103 | |||
| 1104 | .tag_pill { | ||
| 1105 | background: #eee; | ||
| 1106 | border-radius: 999px; | ||
| 1107 | padding: 0.15rem 0.75rem; | ||
| 1108 | font-size: 0.9em; | ||
| 1109 | } | ||
| 1110 | |||
| 1095 | /* ============================================================ | 1111 | /* ============================================================ |
| 1096 | Search widgets | 1112 | Search widgets |
| 1097 | ============================================================ */ | 1113 | ============================================================ */ |
