Added home app entry, Fixed chrome scrollbar spacing issue

Update index.php, card.scss, and 2 more files...
This commit is contained in:
2022-09-24 15:51:44 +02:00
parent 4a8b815b6e
commit 6a2b8f8e60
4 changed files with 45 additions and 13 deletions

View File

@@ -11,7 +11,11 @@
border-radius: var(--base-border-radius) !important;
//border-bottom-right-radius: var(--base-border-radius) !important;
overflow: hidden;
background-color: deeppink;
color: var(--dm-button-text-color);
background-color: var(--dm-button-bg-color);
background-image: var(--dm-button-bg-image);
border-color: var(--dm-button-border-color);
opacity: 0.4;
// https://codepen.io/setswon/pen/VJeXXq

View File

@@ -25,3 +25,8 @@ div.last-inner-collapse-border-fix {
.content-wrapper {
max-width: 100vw;
}
// Removes tha wasted stace on Chrome !
.overflow-x-scroll {
overflow-x: auto !important;
}

View File

@@ -14,4 +14,8 @@
background: linear-gradient(90deg, rgba(156,23,34,0.4) 0%, rgba(156,23,34,0.3) 1.5px, rgba(156,23,34,0.0) 7px);
border-radius: 5px 0 0 5px;
}
.l-lab-game {
background: linear-gradient(90deg, rgba(180,134,77,0.4) 0%, rgba(180,134,77,0.3) 1.5px, rgba(180,134,77,0.0) 7px);
border-radius: 5px 0 0 5px;
}
}