slash listen event

This commit is contained in:
Andras Bacsai
2023-05-12 11:17:56 +02:00
parent 4a5ee9342e
commit 5778152e95
3 changed files with 35 additions and 8 deletions

View File

@@ -18,3 +18,10 @@ select {
button {
@apply border-none px-2 p-1 cursor-pointer;
}
.mainMenu {
@apply relative float-left;
}
.mainMenu:after {
content: '/';
@apply absolute right-0 top-0 text-neutral-400 px-2 pt-1;
}