mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed click on node
This commit is contained in:
parent
e51f185dd0
commit
b0be1d82b6
2 changed files with 4 additions and 4 deletions
|
@ -181,8 +181,8 @@
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
border-radius: $cell_radius;
|
border-radius: $cell_radius;
|
||||||
padding: $gap / 2;
|
padding: $gap / 2;
|
||||||
pointer-events: none;
|
// pointer-events: none;
|
||||||
touch-action: none;
|
// touch-action: none;
|
||||||
animation: appear 1s forwards;
|
animation: appear 1s forwards;
|
||||||
|
|
||||||
@media (min-width: $cell * 2 + $grid_line) {
|
@media (min-width: $cell * 2 + $grid_line) {
|
||||||
|
|
|
@ -20,9 +20,7 @@ render(
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
- fix: text nodes cell not clickable
|
|
||||||
- fix: text nodes cell has no preview
|
- fix: text nodes cell has no preview
|
||||||
- fix: text nodes should not have 'no comments yet badge
|
|
||||||
|
|
||||||
- import videos
|
- import videos
|
||||||
- import graffiti
|
- import graffiti
|
||||||
|
@ -54,5 +52,7 @@ Done:
|
||||||
- fix: user receives his own notifications :-(
|
- fix: user receives his own notifications :-(
|
||||||
- fix: node related and albums should exclude node itself
|
- fix: node related and albums should exclude node itself
|
||||||
- fix: select node and edit it. All images will be not loaded
|
- fix: select node and edit it. All images will be not loaded
|
||||||
|
- fix: text nodes cell not clickable
|
||||||
|
- fix: text nodes should not have 'no comments yet badge
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue