Polish website spacing and control alignment (#331)

* Fix designing live context alignment

* Center dark theme toggle icon

* Tighten designing avoid list spacing

* Tighten remaining site marker spacing
This commit is contained in:
Abdul Wahab
2026-07-07 17:21:15 -07:00
committed by GitHub
parent 0e6e888932
commit cec76bb681
5 changed files with 40 additions and 11 deletions
+14 -1
View File
@@ -221,7 +221,20 @@
width: 1px;
height: 14px;
background: var(--color-mist);
margin: 0 2px;
margin: 0 0 0 2px;
}
.docs-viz-live-ctx-discard {
display: grid;
place-items: center;
width: 22px;
height: 22px;
padding: 0;
background: transparent;
border: 0;
color: var(--color-ash);
font-size: 12px;
line-height: 1;
}
.docs-viz-live-ctx-accept {