diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-24 14:51:08 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-24 14:51:08 -0500 |
commit | f92f1be605243e6c6829f09ac038d89cef4b740b (patch) | |
tree | ca44e0bbb017e14dea152dfeaf611fdd6a76cc06 /extension/src/index.css | |
parent | 01d012449c9926a2f231da39b0f235d15863165e (diff) | |
download | bookmarks-home-f92f1be605243e6c6829f09ac038d89cef4b740b.tar.gz bookmarks-home-f92f1be605243e6c6829f09ac038d89cef4b740b.tar.bz2 bookmarks-home-f92f1be605243e6c6829f09ac038d89cef4b740b.zip |
Improve icon sorting
Diffstat (limited to '')
-rw-r--r-- | extension/src/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/index.css b/extension/src/index.css index 64f3bf2..ba651fc 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -83,7 +83,7 @@ body > .folderBody { flex-direction: column; width: 125px; padding: 10px; - margin: 5px; + margin: 10px; user-select: none; } |