2023-10-07 17:12:47 +01:00
|
|
|
div.center {
|
|
|
|
text-align: center;
|
2023-10-07 18:05:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div#results {
|
2023-10-08 14:25:57 +01:00
|
|
|
height: 60dvh;
|
2023-10-07 18:05:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div#results > ul {
|
|
|
|
list-style-type: none;
|
2023-10-08 14:25:57 +01:00
|
|
|
overflow-y: auto;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2024-04-20 16:04:32 +01:00
|
|
|
|
|
|
|
span.small {
|
|
|
|
font-size: x-small;
|
|
|
|
}
|