mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Style number input field
This commit is contained in:
parent
12bbddf204
commit
78101df2cc
7 changed files with 44 additions and 13 deletions
|
|
@ -24,7 +24,8 @@
|
|||
height: 23px;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
input[type="text"],
|
||||
input[type="number"] {
|
||||
height: calc(100% - 4px);
|
||||
width: calc(100% - 8px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue