Skip to content
Snippets Groups Projects
Commit a4d74d7d authored by syuilo's avatar syuilo
Browse files

🎨

parent 256e0db3
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,9 @@ watch(() => props.image, () => {
position: relative;
//box-shadow: 0 0 0 1px var(--divider) inset;
background: var(--bg);
--c: rgb(0 0 0 / 2%);
background-image: linear-gradient(45deg, var(--c) 16.67%, var(--bg) 16.67%, var(--bg) 50%, var(--c) 50%, var(--c) 66.67%, var(--bg) 66.67%, var(--bg) 100%);
background-size: 16px 16px;
> .hide {
display: block;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment