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 /wwwroot | |
| parent | 70cf9b99deb255df23407c4230e9c45cf5388932 (diff) | |
Added the ability to delete media items
Diffstat (limited to 'wwwroot')
| -rw-r--r-- | wwwroot/styles/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index 4a76f87..caf773a 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -29,6 +29,7 @@ button { border: none; box-sizing: border-box; height: 30px; + margin-top: 10px; padding: 0 7px 0 7px; } |
