mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
fix: adjust input padding for improved layout in forms and responsive styles
This commit is contained in:
@@ -11,14 +11,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
@apply h-12 w-full rounded-xl border px-3.5 py-2.5 text-base text-ink outline-none transition;
|
@apply h-12 w-full rounded-xl border px-3.5 py-2.5 text-base leading-normal text-ink outline-none transition;
|
||||||
background: var(--panel);
|
background: var(--panel);
|
||||||
border-color: rgba(74, 103, 150, 0.34);
|
border-color: rgba(74, 103, 150, 0.34);
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
|
||||||
}
|
}
|
||||||
|
|
||||||
select.input {
|
select.input {
|
||||||
@apply pr-[42px];
|
@apply py-0 pr-[42px];
|
||||||
|
line-height: 1.5;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
|||||||
@@ -898,6 +898,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.settings-module select.input {
|
.settings-module select.input {
|
||||||
|
padding-top: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
background-position:
|
background-position:
|
||||||
calc(100% - 15px) calc(50% - 3px),
|
calc(100% - 15px) calc(50% - 3px),
|
||||||
|
|||||||
Reference in New Issue
Block a user