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:
@@ -14,13 +14,10 @@
|
||||
</div>
|
||||
|
||||
<style>
|
||||
/* Реф раскладывает контролы горизонтальным рядом ячеек, каждая с
|
||||
верхней границей-разделителем (≈189px, font-size 16px). */
|
||||
.controls {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: minmax(0, 1fr);
|
||||
gap: 0 24px;
|
||||
grid-template-columns: 1.1fr 1fr 1.2fr;
|
||||
gap: 16px;
|
||||
}
|
||||
.controls.compact {
|
||||
display: grid;
|
||||
@@ -28,12 +25,7 @@
|
||||
grid-auto-columns: minmax(0, 1fr);
|
||||
gap: 0 16px;
|
||||
}
|
||||
/* Верхняя граница-разделитель на каждой ячейке контрола. */
|
||||
.controls > :global(*) {
|
||||
border-top: 1px solid var(--line);
|
||||
padding-top: 10px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.controls,
|
||||
.controls.compact {
|
||||
|
||||
Reference in New Issue
Block a user