Support quoted replies stat, update font

This commit is contained in:
Zed
2020-11-08 01:32:17 +01:00
parent 82fe5d8b78
commit b6a49fc4cb
13 changed files with 53 additions and 40 deletions

View File

@@ -10,6 +10,7 @@ nav {
width: 100%;
height: 50px;
z-index: 1000;
font-size: 16px;
a, .icon-button button {
color: var(--fg_nav);
@@ -67,7 +68,8 @@ nav {
}
.lp {
height: 13px;
height: 14px;
margin-top: 2px;
display: block;
fill: var(--fg_nav);
@@ -75,3 +77,11 @@ nav {
fill: var(--accent_light);
}
}
.icon-info:before {
margin: 0 -3px;
}
.icon-cog {
font-size: 15px;
}