diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-06 21:09:58 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-06 21:09:58 -0500 |
commit | 958ab3cd5edad8b48a3fa49e0f151b3285abdbfa (patch) | |
tree | acdbe943d53a146a494050ff3a143d9a25246333 /extension/src/index.css | |
parent | a4022284c581eeb7b6740b948f5e915a860fb27f (diff) | |
download | bookmarks-home-958ab3cd5edad8b48a3fa49e0f151b3285abdbfa.tar.gz bookmarks-home-958ab3cd5edad8b48a3fa49e0f151b3285abdbfa.tar.bz2 bookmarks-home-958ab3cd5edad8b48a3fa49e0f151b3285abdbfa.zip |
small ui tweaks
Diffstat (limited to 'extension/src/index.css')
-rw-r--r-- | extension/src/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/src/index.css b/extension/src/index.css index 9d5a47e..b59ee20 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -17,7 +17,7 @@ body { height: 100%; background-position: center center; background-repeat: no-repeat; - background-size: 100%; + background-size: cover; } #settings-menu { @@ -95,6 +95,7 @@ body > .folderBody { text-overflow: ellipsis; overflow: hidden; text-align: center; + font-size: 12px; } .bookmark:hover { |