diff --git a/Scripts/Version.txt b/Scripts/Version.txt index f0bb29e..3a3cd8c 100644 --- a/Scripts/Version.txt +++ b/Scripts/Version.txt @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/ScssOutput/Theme.css b/ScssOutput/Theme.css index 8e6725a..20866d1 100644 --- a/ScssOutput/Theme.css +++ b/ScssOutput/Theme.css @@ -2,7 +2,7 @@ html { margin: auto; } .islrc { - width: auto !important; } + width: 0px; } /* center page */ @media only screen and (max-width: 12000px) and (min-width: 3200px) { diff --git a/Theme.scss b/Theme.scss index dbedebd..9ec1e30 100644 --- a/Theme.scss +++ b/Theme.scss @@ -3,7 +3,7 @@ html { } .islrc { - width: auto !important; + width: 0px; } @function getValInRange($min, $max, $t-param) {