Add explanation to common.css --wide --narrow.
This commit is contained in:
parent
ba21228221
commit
16be502991
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
/*
|
||||||
|
These properties are used by javascript functions.
|
||||||
|
getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() === "1"
|
||||||
|
*/
|
||||||
@media screen and (min-width: 800px)
|
@media screen and (min-width: 800px)
|
||||||
{
|
{
|
||||||
:root
|
:root
|
||||||
|
@ -5,7 +9,6 @@
|
||||||
--wide: 1;
|
--wide: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px)
|
@media screen and (max-width: 800px)
|
||||||
{
|
{
|
||||||
:root
|
:root
|
||||||
|
|
Loading…
Reference in a new issue