mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
a7ffb6d2f2
commit
ed79ed25a7
6 changed files with 16 additions and 8 deletions
|
|
@ -151,7 +151,7 @@ input::-webkit-datetime-edit-year-field:focus {
|
|||
}
|
||||
|
||||
label {
|
||||
padding-right: 135px;
|
||||
padding-right: 150px;
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
@ -167,7 +167,7 @@ input::-webkit-datetime-edit-year-field:focus {
|
|||
input[type="text"] {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
max-width: 120px;
|
||||
max-width: 140px;
|
||||
}
|
||||
|
||||
.pref-group {
|
||||
|
|
|
|||
Loading…
Reference in a new issue