[S] Remove awkward white areas
This commit is contained in:
@@ -73,15 +73,6 @@
|
|||||||
{
|
{
|
||||||
background-color: var(--dark-layer-3) !important;
|
background-color: var(--dark-layer-3) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overall-span.el-col, .course-page-graph.el-col
|
|
||||||
{
|
|
||||||
div, span
|
|
||||||
{
|
|
||||||
background: #f9f9f9 !important;
|
|
||||||
color: var(--dark-layer-1) !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ##############
|
// ##############
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export default class NavController
|
|||||||
private init()
|
private init()
|
||||||
{
|
{
|
||||||
if (window.location.hash == '#info') return;
|
if (window.location.hash == '#info') return;
|
||||||
|
|
||||||
// Check history from last session
|
// Check history from last session
|
||||||
if (window.history.state != undefined && window.history.state.hash != undefined)
|
if (window.history.state != undefined && window.history.state.hash != undefined)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user