summaryrefslogtreecommitdiff
path: root/Pages/ViewMedia.cshtml.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-09 09:21:36 +1000
committerJake Mannens <jake@asger.xyz>2025-08-18 10:59:32 +1000
commit5247aa5a136fcf48d80c8e75625ae773a14fbd26 (patch)
treec598c38420f2c996d5233931822fd7f797a1d8db /Pages/ViewMedia.cshtml.css
parent6c53f3dc43f072dce4ffe4a1bd306074dd20ff39 (diff)
Added the ability to delete media items
Diffstat (limited to 'Pages/ViewMedia.cshtml.css')
-rw-r--r--Pages/ViewMedia.cshtml.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/Pages/ViewMedia.cshtml.css b/Pages/ViewMedia.cshtml.css
index ff8a1cd..4041fa8 100644
--- a/Pages/ViewMedia.cshtml.css
+++ b/Pages/ViewMedia.cshtml.css
@@ -49,4 +49,9 @@ div#metadata-fileinfo > table th {
div#metadata-fileinfo > table td {
font-family: 'Lucida Console';
font-size: 8pt;
+}
+
+div.button-container {
+ display: flex;
+ justify-content: flex-end;
} \ No newline at end of file