1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

unify button paddings

This commit is contained in:
d47081 2023-11-11 08:37:14 +02:00
parent 74459ad3f7
commit b7a2cd39f7
2 changed files with 1 additions and 4 deletions

View File

@ -26,6 +26,7 @@ input[type="button"],
input[type="submit"],
button {
cursor: pointer;
padding: 4px 16px;
}
/*table { border-collapse: collapse; border-spacing: 0; }*/

View File

@ -18,10 +18,6 @@
width: 150px;
}
#startSearchButton {
width: 90px;
}
#searchResultsNoPlugins {
height: calc(100% - 110px);
}