/* hide user button */
#app nav > button:first-child {display:none}

#listing.list .item.header {padding:12px 0}
#listing.list .item.header p {font-size:.9em}
#listing.list .item div:first-of-type i  {font-size:.9em}
#listing.list .item.header .active {font-weight:200}
#listing.list .item.header .name {padding-left:12px}

#listing.list .item:not(.header) {
	font-size: .9em;
	padding: 6px 0;
	background-color: transparent;
	border-width: 0 0 1px 0;
}
#listing.list .item:not(.header) .name {white-space:nowrap}
#listing.list .item:not(.header) div:first-of-type i {font-size:1.5em}
#listing.list .item div:first-of-type img {
	width: 1.2em;
	height: 1.2em;
}
#listing.list .item:not(.header) div:first-of-type {text-align:center}

@media (prefers-color-scheme: dark) {

#listing.list .item:not(.header) {border-color:#1a2b39}
#listing.list .item:not(.header) .name {color:#fff}

}