aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/style.css2
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; }