1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-01 00:45: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 {
line-height: 2;
transition: all 0.25s;
display: flex;
width: 100%;

View file

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