Merge pull request 'fix click.stop' (#10068) from Freeplay/calckey:notes into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10068
This commit is contained in:
Kainoa Kanter 2023-05-08 19:51:44 +00:00
commit f2db650c1a

View file

@ -188,6 +188,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
margin-top: 4px; margin-top: 4px;
border-radius: var(--radius); border-radius: var(--radius);
overflow: hidden; overflow: hidden;
pointer-events: none;
&:before { &:before {
content: ""; content: "";
@ -207,6 +208,7 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
> * { > * {
overflow: hidden; overflow: hidden;
border-radius: 6px; border-radius: 6px;
pointer-events: all;
} }
&[data-count="1"] { &[data-count="1"] {