mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-19 21:54:58 -04:00
Merge pull request 'Consistent padding for input and select elements, add 2 spaces' (#362) from ltGuillaume/teddit:main into main
Reviewed-on: https://codeberg.org/teddit/teddit/pulls/362
This commit is contained in:
@@ -280,9 +280,11 @@ header .tabmenu li.active a {
|
||||
color: white;
|
||||
padding: 16px;
|
||||
}
|
||||
input, select {
|
||||
padding: 2px;
|
||||
}
|
||||
input[type="submit"],
|
||||
.btn {
|
||||
padding: 3px;
|
||||
margin-top: 7px;
|
||||
margin-right: 10px;
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user