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