1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-23 21:29:37 +02:00

Apps reordering with drag-and-drop functionality

This commit is contained in:
unknown 2021-06-18 12:09:59 +02:00
parent 754dc3a7b9
commit 5b900872af
4 changed files with 134 additions and 90 deletions

View file

@ -20,10 +20,10 @@
margin-bottom: 20px;
}
.Message span {
.Message a {
color: var(--color-accent);
}
.Message span:hover {
.Message a:hover {
cursor: pointer;
}