Merge duplicate hook hash styles

This commit is contained in:
murashit 2026-05-13 09:09:10 +09:00
parent 0b44e995e8
commit 662c508daf

View file

@ -339,17 +339,14 @@
.codex-panel-settings__hook-hash {
overflow: hidden;
padding-top: var(--size-2-1);
color: var(--text-faint);
font-family: var(--font-monospace);
font-size: var(--font-ui-smaller);
text-overflow: ellipsis;
white-space: nowrap;
}
.codex-panel-settings__hook-hash {
padding-top: var(--size-2-1);
font-family: var(--font-monospace);
}
.codex-panel-settings__hook-warning {
color: var(--text-warning);
}