fix: resolve header gap, textarea size

This commit is contained in:
2026-06-23 22:09:37 +05:00
parent 37204f0de4
commit f4159ca104
2 changed files with 24 additions and 8 deletions
+14 -5
View File
@@ -43,12 +43,21 @@
</div>
<div class="field-size-stack">
<div class="chain-link" id="chainLink" title="Keep aspect ratio">
<svg viewBox="0 0 24 24" width="20" height="20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<svg
viewBox="0 0 24 24"
width="20"
height="20"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path class="chain-locked" d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" />
<path class="chain-locked" d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" />
<path class="chain-unlocked" d="M13.5 10.5l3-3" style="display:none" />
<path class="chain-unlocked" d="M10.5 13.5l-3 3" style="display:none" />
<path class="chain-unlocked" d="M7.5 7.5l9 9" style="display:none" />
<path class="chain-unlocked" d="M13.5 10.5l3-3" style="display: none" />
<path class="chain-unlocked" d="M10.5 13.5l-3 3" style="display: none" />
<path class="chain-unlocked" d="M7.5 7.5l9 9" style="display: none" />
</svg>
</div>
<div class="field-stack-inputs">
@@ -83,7 +92,7 @@
<div class="panel">
<h2>CSS Output</h2>
<textarea id="cssOutput" readonly></textarea>
<textarea id="cssOutput" rows="10" readonly></textarea>
<div class="btn-row">
<button class="btn btn-copy" id="copyBtn">Копировать CSS</button>
<button class="btn btn-reset" id="resetBtn">Сброс</button>