mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Support quoted replies stat, update font
This commit is contained in:
parent
82fe5d8b78
commit
b6a49fc4cb
13 changed files with 53 additions and 40 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue