summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 03d869f..edc9d90 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -355,6 +355,9 @@ legend { padding: 0 8px; color: var(--text-dim); font-size: .85rem; }
.files-table tr:hover td { background: var(--bg2); }
.filename { color: var(--text-dim); font-size: .8rem; max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.visible-cell { text-align: center; }
+.rotate-cell { text-align: center; white-space: nowrap; }
+.rotate-form { display: inline-flex; gap: 4px; margin: 0; }
+.rotate-form .btn-sm { padding: 2px 8px; font-size: 1rem; line-height: 1; }
.files-table input[type=text] {
width: 100%;
background: var(--bg3); border: 1px solid transparent;