This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
nextcloud-userstyles/Weather/style.css

16 lines
283 B
CSS

.app-weather #city-right {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: flex-start;
}
.app-weather #city-forecast-panel {
float: none;
}
.app-weather #city-list-left {
display: flex;
flex-direction: column;
padding-bottom: 0;
}