mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Style fix: remove padding from last result in prompt typeahead dropdown
This commit is contained in:
@@ -271,11 +271,13 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
|
|||||||
max-height: calc(60vh);
|
max-height: calc(60vh);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
> li:not(:last-of-type) {
|
> li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
&:not(:last-of-type) {
|
||||||
border-bottom: 0 none;
|
border-bottom: 0 none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&[aria-expanded="true"] {
|
&[aria-expanded="true"] {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user