mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
fix: step fields styles
This commit is contained in:
@@ -241,11 +241,6 @@
|
||||
gap: 10px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
.control-block {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
.transform-note {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -312,4 +307,15 @@
|
||||
font-size: 11px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
label {
|
||||
color: var(--muted);
|
||||
font: 10px var(--font-mono);
|
||||
letter-spacing: 0.08em;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 8px;
|
||||
display: flex;
|
||||
& output {
|
||||
color: var(--foreground);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user