UI improvements (fix some colors):

* Fix #310: autocomplete background color.
* Fix #314: input colors.
* Autocomplete: adding a border, for better UI/UX.
This commit is contained in:
John Livingston
2024-02-12 16:14:02 +01:00
parent 3e723e8b6b
commit f30a45d1fd
3 changed files with 15 additions and 5 deletions

View File

@ -129,6 +129,11 @@
background-color: var(--peertube-grey-background) !important;
}
.suggestion-box__results {
// To make the autocompletes results more readable, adding a border (orange for the default theme)
border-color: var(--peertube-button-background);
}
// hidding avatars when screen width is not big enough.
@media screen and (max-width: 250px) {
.message {