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:
parent
2c173801ac
commit
b02329d9a0
2 changed files with 2 additions and 3 deletions
|
@ -46,7 +46,6 @@
|
|||
}
|
||||
|
||||
.Apps a {
|
||||
line-height: 2;
|
||||
transition: all 0.25s;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue