mirror of
https://github.com/zedeus/nitter.git
synced 2024-11-15 21:21:09 +00:00
parent
8bc6381f4d
commit
76b9fcea76
3 changed files with 6 additions and 0 deletions
|
@ -33,5 +33,6 @@
|
|||
border-radius: 4px;
|
||||
padding: 4px;
|
||||
margin-right: 8px;
|
||||
height: unset;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -146,4 +146,8 @@ ul {
|
|||
.preferences-container {
|
||||
max-width: 95vw;
|
||||
}
|
||||
|
||||
.nav-item, .nav-item .icon-container {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -81,6 +81,7 @@ input::-webkit-datetime-edit-year-field:focus {
|
|||
float: none;
|
||||
padding: unset;
|
||||
padding-left: 4px;
|
||||
margin-top: 17px;
|
||||
|
||||
&:hover {
|
||||
color: var(--accent_light);
|
||||
|
|
Loading…
Reference in a new issue