app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.401 vs app/assets/stylesheets/ish_manager/application.scss in ish_manager-0.1.8.402

- old
+ new

@@ -40,15 +40,25 @@ // font-size: .5em; } } html { height: 100%; + width: 100%; + // display: flex; + background: url('//d15g8hc4183yn4.cloudfront.net/wp-content/uploads/2022/10/05192823/weather-bg.png'); } body { background: #dedede; font-size: 20px; + width: 100%; } + +body.application-fullwidth { + // height: 100%; + // display: flex; + // flex-direction: column; +} hr { background: red; height: 1px !important; } @@ -92,14 +102,9 @@ } .application--debug { width: 100vwh; overflow-x: auto; -} -body.application-fullwidth { - height: 100%; - display: flex; - flex-direction: column; } .application-home { .bordered-card { max-width: 400px; }