Fixing app menu styling and functionality

This commit is contained in:
metacryst
2025-10-18 23:02:30 -05:00
parent 80015f2435
commit 5949c006f5
2 changed files with 29 additions and 24 deletions

View File

@@ -24,26 +24,6 @@
#divider.minimized {
display: none;
}
.app {
cursor: default;
transition: transform .3s, text-decoration .3s;
padding: 0.5em;
border-radius: 5px;
text-underline-offset: 5px;
}
.app:hover {
text-decoration: underline;
transform: translateY(-5%)
}
.app.touched {
text-decoration: underline;
transform: translateY(0%)
}
.app.selected {
text-decoration: underline;
transform: translateY(-10%)
}
</style>
<script src="_/code/quill.js"></script>
<script type="module">