mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 04:56:44 -06:00
noteClickToOpen style
This commit is contained in:
parent
92456b1aa7
commit
37491881fd
1 changed files with 5 additions and 0 deletions
|
@ -108,4 +108,9 @@ const collapsed = ref(isLong);
|
|||
border-radius: 999px;
|
||||
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
|
||||
}
|
||||
|
||||
.noteClickToOpen {
|
||||
cursor: pointer;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue