1
0
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:
Zed
2025-11-24 23:04:25 +01:00
parent 12bbddf204
commit 78101df2cc
7 changed files with 44 additions and 13 deletions

View File

@@ -24,7 +24,8 @@
height: 23px;
}
input[type="text"] {
input[type="text"],
input[type="number"] {
height: calc(100% - 4px);
width: calc(100% - 8px);
}