Rebuilding code block menus (#5569)
This commit is contained in:
@@ -2,12 +2,12 @@ import styled from "styled-components";
|
||||
import { s } from "@shared/styles";
|
||||
|
||||
const Separator = styled.div`
|
||||
height: 24px;
|
||||
width: 2px;
|
||||
background: ${s("toolbarItem")};
|
||||
opacity: 0.3;
|
||||
height: 36px;
|
||||
width: 1px;
|
||||
background: ${s("textTertiary")};
|
||||
opacity: 0.25;
|
||||
display: inline-block;
|
||||
margin-left: 8px;
|
||||
margin: -6px 2px;
|
||||
`;
|
||||
|
||||
export default Separator;
|
||||
|
||||
Reference in New Issue
Block a user