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

Commit eb070b6

Browse files
committed
Improve header, fix #11
1 parent bf0b20f commit eb070b6

12 files changed

+48
-0
lines changed

theme.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI{color_name}:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-cyan.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Cyan:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-fire.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Fire:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-green.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Green:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-lime.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Lime:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-mint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Mint:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-orange.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Orange:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-red.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Red:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-rose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Rose:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-violet.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Violet:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui-yellow.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI Yellow:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

themes/light-soft-ui.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,12 @@ Light Soft UI:
290290
/* Uncomment this if you want the header on the bottom
291291
app-header {
292292
top: calc(100vh - 60px) !important;
293+
bottom: 0 !important;
293294
transform: unset !important;
294295
}
296+
hui-masonry-view {
297+
padding-bottom: 60px !important;
298+
}
295299
*/
296300
/* This gives the header in edit mode a different look from the standard header. */
297301
app-header.edit-mode {

0 commit comments

Comments
 (0)