1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

feat(css): add margin-bottom to input for consistent spacing

This commit is contained in:
Frédéric Guillot 2025-06-19 16:31:07 -07:00
parent 9c05c3c493
commit b0a10f02fd

View file

@ -426,6 +426,7 @@ input[type="number"] {
width: 250px;
font-size: 99%;
margin-top: 5px;
margin-bottom: 10px;;
appearance: none;
}