mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 17:30:31 +00:00
Merge duplicate hook hash styles
This commit is contained in:
parent
0b44e995e8
commit
662c508daf
1 changed files with 2 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue