1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-04 02:15:18 +02:00

remove line-height for items and fix bookmarks styling with icons

This commit is contained in:
François Darveau 2022-08-09 10:38:15 -04:00 committed by François Darveau
parent 2c173801ac
commit b02329d9a0
2 changed files with 2 additions and 3 deletions

View file

@ -46,7 +46,6 @@
} }
.Apps a { .Apps a {
line-height: 2;
transition: all 0.25s; transition: all 0.25s;
display: flex; display: flex;
width: 100%; width: 100%;

View file

@ -20,9 +20,9 @@
} }
.Bookmarks a { .Bookmarks a {
line-height: 2;
transition: all 0.25s; transition: all 0.25s;
display: flex; display: flex;
margin-bottom: 10px;
} }
.BookmarkCard a:hover { .BookmarkCard a:hover {
@ -34,7 +34,7 @@
width: 20px; width: 20px;
height: 20px; height: 20px;
display: flex; display: flex;
margin-top: 3px; margin-top: -3px;
margin-right: 2px; margin-right: 2px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;