summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-15 00:34:14 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-15 00:34:14 +0200
commitd15dc3f1d2c9421c44d2c82c08b44d84459fcaaf (patch)
treecf81a626ca33512363e8f63be706ccf76166ae0e /public/stylesheets
parentb466090578d2ad3228ea61a8c8886578ea5fe91e (diff)
Restore from and redesign the trash list
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/admin.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index 6471090e..4afe0cfa 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -888,6 +888,7 @@ form.button_to svg {
888.events_table .action_grid { grid-template-columns: repeat(2, auto); } 888.events_table .action_grid { grid-template-columns: repeat(2, auto); }
889.assets_table .action_grid { grid-template-columns: repeat(3, auto); } 889.assets_table .action_grid { grid-template-columns: repeat(3, auto); }
890.revisions_table .action_grid { grid-template-columns: repeat(2, auto); } 890.revisions_table .action_grid { grid-template-columns: repeat(2, auto); }
891.trashed_node_list .action_grid { grid-template-columns: repeat(3, auto); }
891 892
892/* min-height keeps a row the same height whether or not the viewer may see 893/* min-height keeps a row the same height whether or not the viewer may see
893 the lower controls. */ 894 the lower controls. */