Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
hui-panel-view styling
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar committed Jan 12, 2020
1 parent f4040cb commit e736a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const insertStyleTags = config => {
hui-panel-view {
padding-top: 96px;
${config.panel_view_css ? config.panel_view_css : ''}
${config.kiosk_mode || config.hide_header ? `min-height: 100vh;` : ''}
${config.kiosk_mode || config.hide_header ? `min-height: 100vh !important; margin-bottom: 0 !important;` : ''}
}
hui-view {
padding-top: 100px;
Expand Down

0 comments on commit e736a64

Please sign in to comment.