nicolium: styles

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-13 13:11:28 +01:00
parent 67145aa3e2
commit c00a42e0b8

View File

@ -669,6 +669,25 @@ a.⁂-list-item,
}
}
.-autosuggest-location {
display: flex;
gap: 0.5rem;
align-items: center;
> div {
display: flex;
flex-direction: column;
p:first-child {
@include mixins.text;
}
p:last-child {
@include mixins.text($size: xs, $theme: muted);
}
}
}
div[data-viewport-type='window']:has(.-empty-message) {
position: initial !important;
}