diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-12-25 11:54:07 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-12-25 11:54:07 +0100 |
commit | ccf9aa8512e46261cca0df3e27f71904c22234d8 (patch) | |
tree | eecf47eab17fb767679113fcb693c8b5a2e51639 /public/style.css | |
parent | b1857cbe0437060faa1fc5aa64bc4676a34acd78 (diff) | |
download | gallery-ccf9aa8512e46261cca0df3e27f71904c22234d8.tar.gz gallery-ccf9aa8512e46261cca0df3e27f71904c22234d8.tar.xz gallery-ccf9aa8512e46261cca0df3e27f71904c22234d8.zip |
Add a remove command
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index e8eb0bc..e0fc004 100644 --- a/public/style.css +++ b/public/style.css @@ -49,7 +49,7 @@ a { color: inherit; } .browser { overflow: auto; display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: center; align-items: center; - gap: 3px; padding: 9px; } + gap: 3px; padding: 9px; flex-grow: 1; } .browser:focus-visible { outline: 0; box-shadow: none; } .tags { padding: .5rem; flex-grow: 1; overflow: auto; } |