- added 800 characters desc
- Simplified forms
- etc.
This commit is contained in:
ericb 2024-12-16 16:25:49 +01:00
parent 6b43550433
commit 82565ba430
4 changed files with 114 additions and 68 deletions

View file

@ -305,6 +305,9 @@ article li:not(:first-of-type){
#searchFilters form{
padding: calc(var(--div-padding) / 3);
}
#advancedFilters{
align-self: flex-end;
}
/* btn */
.btn{
@ -354,19 +357,28 @@ label[for="lang"]{
font-weight: 600;
}
#tandemList > .row{
justify-content: space-between;
gap: .5rem;
}
/* autocomplete */
.autocomplete-suggestions {
border: 1px solid #e3e3e3;
max-height: 150px;
.autocomplete-suggestions{
max-height: calc((1.5rem * 5) + .25rem * 11);
overflow-y: auto;
margin-top: 0.25rem;
background: var(--accent-light);
border-radius: 0.25rem;
}
.autocomplete-suggestion {
padding: 8px;
.autocomplete-suggestion{
padding: 1rem;
cursor: pointer;
padding: .25rem .725rem;
}
.autocomplete-suggestion:hover {
background-color: #f8f9fa;
.autocomplete-suggestion:hover{
background-color: var(--bs-link-color);
}
/* overrides */
ul, ol{

BIN
static/img/avatars/t800.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB