diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-12 02:02:01 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-12 02:02:01 +0200 |
| commit | a06f35bc0085aa744aef5fe2f4c4c036338b469b (patch) | |
| tree | a2e7c9a97c49749d6ad622c6eb92e72a5aa05d34 /public/stylesheets | |
| parent | f4ff1d3e0c3f596af72a69e7aca8d506c71e84a6 (diff) | |
Push font size for node_action_time/date to --text-sm
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/admin.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index db4b02a1..7e0be004 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -2178,7 +2178,7 @@ input#menu_item_title { | |||
| 2178 | #node_action_list td.node_action_time { | 2178 | #node_action_list td.node_action_time { |
| 2179 | white-space: nowrap; | 2179 | white-space: nowrap; |
| 2180 | vertical-align: top; | 2180 | vertical-align: top; |
| 2181 | font-size: var(--text-xs); | 2181 | font-size: var(--text-sm); |
| 2182 | color: var(--text-muted); | 2182 | color: var(--text-muted); |
| 2183 | padding-right: 1em; | 2183 | padding-right: 1em; |
| 2184 | } | 2184 | } |
