update style.css
next to previous patch (issue 21) this patch makes background image responsive as outlines here: https://github.com/nextcloud/weather/issues/31master
parent
fd8d1b2576
commit
c14297bd8a
|
@ -3,7 +3,7 @@
|
|||
height: 100%;
|
||||
float: left;
|
||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||
background-color: #f5f5f5;
|
||||
background-color: #fff;
|
||||
padding-bottom: 44px;
|
||||
border-left: 1px solid #ddd;
|
||||
border-right: 1px solid #ddd;
|
||||
|
@ -67,7 +67,11 @@
|
|||
bottom: 0;
|
||||
right: 0;
|
||||
left: 250px;
|
||||
background: black;
|
||||
background: black no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue