mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
10 lines
202 B
TypeScript
10 lines
202 B
TypeScript
import styled from "styled-components";
|
|
|
|
export default styled.div`
|
|
height: 0px;
|
|
opacity: 0.6;
|
|
flex-shrink: 0;
|
|
margin: 8px 10px;
|
|
border-top: 1px solid var(--tertiary-foreground);
|
|
`;
|