[mv3] Minor CSS change

This commit is contained in:
Raymond Hill 2025-07-06 18:34:41 -04:00
parent ca222fa40e
commit a393322f82
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -117,14 +117,14 @@
user-select: none;
-webkit-user-select: none;
white-space: nowrap;
}
}
#ubol-picker #moreOrLess > span {
cursor: pointer;
padding: var(--default-gap-xxsmall) var(--default-gap-xsmall);
}
}
#ubol-picker #moreOrLess > span:last-of-type {
text-align: end;
}
}
#ubol-picker[data-view="2"] aside #moreOrLess > span:first-of-type {
visibility: hidden;
}