mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 02:36:57 -04:00
12 lines
221 B
CSS
12 lines
221 B
CSS
[data-component="divider"] {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 1px;
|
|
transform: scaleY(0.5);
|
|
border: none;
|
|
background: var(--oc-border-strong);
|
|
flex: none;
|
|
align-self: stretch;
|
|
flex-grow: 0;
|
|
}
|