diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-09 09:21:36 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-09 09:21:36 +1000 |
| commit | e37895553ac379de78e9cf29b315afe4e6634c13 (patch) | |
| tree | 2dcb1d124afb4ec57f1a3907c0ac6c9790a41d76 /Pages/ViewMedia.cshtml.css | |
| parent | 70cf9b99deb255df23407c4230e9c45cf5388932 (diff) | |
Added the ability to delete media items
Diffstat (limited to 'Pages/ViewMedia.cshtml.css')
| -rw-r--r-- | Pages/ViewMedia.cshtml.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Pages/ViewMedia.cshtml.css b/Pages/ViewMedia.cshtml.css index a272dbb..b173266 100644 --- a/Pages/ViewMedia.cshtml.css +++ b/Pages/ViewMedia.cshtml.css @@ -46,4 +46,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 |
