The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

43 lines
645 B

div.menu-link {
width: 100%;
padding-left: 0.5ch;
font-size: 1.1em;
white-space: nowrap;
cursor: pointer;
div.icon {
display: inline-block;
width: 3ch;
padding: 0.15em 0.125em;
text-align: center;
vertical-align: middle;
}
div.text {
display: inline-block;
max-width: 22ch;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
vertical-align: middle;
span.weak {
opacity: 0.3333;
}
}
}
div.menu-link:hover {
div.text {
span.weak {
opacity: 0.75;
}
}
}
div.menu-link.dark {
opacity: 0.5;
}
div.menu-link.dark:hover {
opacity: 1;
}