Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Make it possible to make the header on the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Oct 9, 2020
1 parent e2114da commit a11c7ca
Show file tree
Hide file tree
Showing 12 changed files with 120 additions and 12 deletions.
11 changes: 10 additions & 1 deletion theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI{color_name}:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI{color_name}:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-cyan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Cyan:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Cyan:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-fire.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Fire:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Fire:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Green:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Green:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-lime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Lime:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Lime:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-mint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Mint:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Mint:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-orange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Orange:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Orange:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-red.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Red:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Red:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-rose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Rose:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Rose:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-violet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Violet:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Violet:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui-yellow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI Yellow:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI Yellow:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down
11 changes: 10 additions & 1 deletion themes/dark-soft-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,14 @@ Dark Soft UI:
.not-visible {
display: none;
}
/*Uncomment this if you want the header on the bottom
#selectionBar {
bottom: unset !important;
}*/
"ha-app-layout":
$: |
#contentContainer {
padding-top: 48px !important;
padding-top: 48px !important; /*Change this to 0px if you want the header on the bottom*/
}
.: |
app-toolbar {
Expand All @@ -278,6 +282,11 @@ Dark Soft UI:
background-color: var(--primary-background-color) !important;
color: var(--primary-text-color) !important;
}
/*Uncomment this if you want the header on the bottom
app-header {
top: calc(100vh - 48px) !important;
}
*/
app-header.edit-mode {
border-bottom: 2px var(--primary-color) solid;
padding-bottom: 10px;
Expand Down

0 comments on commit a11c7ca

Please sign in to comment.