refined popup appearance
This commit is contained in:
parent
3908fcdb90
commit
d41d4636c5
4 changed files with 47 additions and 17 deletions
17
styles/layouts/popup.css
Normal file
17
styles/layouts/popup.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
#score {
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
#results > * {
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
#results > details {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
#results:not(:has(details[open])) summary {
|
||||
height: 80vh;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue