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:
parent
2c173801ac
commit
b02329d9a0
2 changed files with 2 additions and 3 deletions
|
@ -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%;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue