image-tagger/styles/resets/hr.css

7 lines
142 B
CSS

.token-browser > .window-content hr {
all: initial;
display: block;
width: 100%;
margin: 12px 0;
border-top: var(--sidebar-separator);
}