mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-15 18:22:11 -04:00
Style number input field
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
height: 23px;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
input[type="text"],
|
||||
input[type="number"] {
|
||||
height: calc(100% - 4px);
|
||||
width: calc(100% - 8px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user