ShopAI-Extension/styles/layouts/popup.css
2024-05-05 21:13:56 +08:00

17 lines
206 B
CSS

#score {
height: 2px;
}
#results > * {
padding: 2em;
}
#results > details {
margin-top: auto;
margin-bottom: auto;
}
#results:not(:has(details[open])) summary {
height: 80vh;
}