summaryrefslogtreecommitdiff
path: root/lua/browser.lua
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-08-16 11:42:32 +1000
committerjacqueline <me@jacqueline.id.au>2024-08-16 11:42:32 +1000
commit3ed3f1dfeb7f83630f0e1d0633eaa5fbda9d37c7 (patch)
tree5e1e6a8678ed9e8fbdadf7c461d86a09c56269b6 /lua/browser.lua
parentf203bfde606fab1f001b6085edb02a6f94e9fbdb (diff)
downloadtangara-fw-3ed3f1dfeb7f83630f0e1d0633eaa5fbda9d37c7.tar.gz
Add cool skeumorphic embossing
Diffstat (limited to 'lua/browser.lua')
-rw-r--r--lua/browser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/browser.lua b/lua/browser.lua
index f8f87a6a..31cb9b54 100644
--- a/lua/browser.lua
+++ b/lua/browser.lua
@@ -58,7 +58,7 @@ return screen:new{
flex = {
flex_direction = "row",
flex_wrap = "wrap",
- justify_content = "center",
+ justify_content = "space-between",
align_items = "center",
align_content = "center"
},