diff --git a/src/assets/icons/custom.png b/src/assets/icons/custom.png new file mode 100644 index 0000000..ba0d233 Binary files /dev/null and b/src/assets/icons/custom.png differ diff --git a/src/components/Player.vue b/src/components/Player.vue index d7517c5..0791167 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -659,6 +659,19 @@ li.move:not(.from) .player > svg.move { } } + &.custom { + padding: 5px; + display: flex; + align-items: center; + align-content: center; + justify-content: center; + font-size: 70%; + word-break: break-word; + .icon { + display: none; + } + } + &:hover:before { opacity: 0; } diff --git a/src/components/modals/ReminderModal.vue b/src/components/modals/ReminderModal.vue index 8138296..baf18d4 100644 --- a/src/components/modals/ReminderModal.vue +++ b/src/components/modals/ReminderModal.vue @@ -9,13 +9,13 @@