mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 14:05:12 +00:00
🎨
This commit is contained in:
parent
256e0db36d
commit
a4d74d7d7e
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ watch(() => props.image, () => {
|
||||||
position: relative;
|
position: relative;
|
||||||
//box-shadow: 0 0 0 1px var(--divider) inset;
|
//box-shadow: 0 0 0 1px var(--divider) inset;
|
||||||
background: var(--bg);
|
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 {
|
> .hide {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue