diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-06 14:57:50 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-06 14:57:50 +0200 |
| commit | 56c1d65384603c9a57e16210aca23829235c7893 (patch) | |
| tree | 99fc4634e8d613e1b630f671a858539bda35f124 /src/components/status | |
| parent | 0206b2bcc5cceae937bdad1922c57f8c84621d26 (diff) | |
| parent | dbeecd18acfc14920c49324e08600dadba7127d7 (diff) | |
Merge branch 'develop' into feat/favicon-badge
Diffstat (limited to 'src/components/status')
| -rw-r--r-- | src/components/status/status.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 0a395086..0a94de32 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -59,6 +59,15 @@ $status-margin: 0.75em; justify-content: flex-end; } + ._misclick-prevention & { + pointer-events: none; + + .attachments { + pointer-events: initial; + cursor: initial; + } + } + .left-side { margin-right: $status-margin; } |
