mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 22:14:27 +02:00
Fixed popup width on mobile
This commit is contained in:
parent
5f39513826
commit
783a1acdd8
@ -4,7 +4,6 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
--popup-width: 310px;
|
||||
--font-family: "Inter", "Roobert", "Helvetica Neue", Helvetica, Arial,
|
||||
sans-serif;
|
||||
|
||||
@ -22,7 +21,8 @@
|
||||
}
|
||||
|
||||
body {
|
||||
width: var(--popup-width);
|
||||
width: 100%;
|
||||
min-width: max-content;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: var(--background);
|
||||
|
Loading…
x
Reference in New Issue
Block a user