UI optimisation.

This commit is contained in:
Blaz Kristan 2021-03-21 00:08:42 +01:00
parent 60503c31fb
commit f8df7ebb7c
2 changed files with 1666 additions and 1667 deletions

View File

@ -688,7 +688,7 @@ input[type=number]::-webkit-outer-spin-button {
position: absolute; position: absolute;
top: 0px; top: 0px;
left: 50%; left: 50%;
padding: 9px 0; padding: 10px 0;
transform: translateX(-50%); transform: translateX(-50%);
white-space: nowrap; white-space: nowrap;
cursor: pointer; cursor: pointer;
@ -696,7 +696,6 @@ input[type=number]::-webkit-outer-spin-button {
.pname { .pname {
width: 208px; width: 208px;
padding: 8px 0;
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
text-overflow: clip; text-overflow: clip;

File diff suppressed because it is too large Load Diff