mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 09:37:26 +00:00
🍤 popup width made larger
This commit is contained in:
parent
1ee722b6ff
commit
21f6ffc85b
1 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,10 @@
|
|||
#popup {
|
||||
width: 40em;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
header {
|
||||
display: grid;
|
||||
gap: .5em;
|
||||
|
@ -37,13 +44,6 @@ section>* {
|
|||
padding: 0 1rem;
|
||||
}
|
||||
|
||||
#popup {
|
||||
width: 35em;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.center {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue