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

Commit 2895a49

Browse files
author
Jos Poortvliet
authored
Merge pull request #198 from syncloud/master
Avoid devices image nonproportional resizing
2 parents 5cf5eee + 591f78e commit 2895a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/old/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ text-align: center;
17781778
.device-img {
17791779
margin-left: auto !important;
17801780
margin-right: auto !important;
1781-
height: 300px;
1781+
max-height: 300px;
17821782
}
17831783

17841784
/* Nextcloud Box page */

0 commit comments

Comments
 (0)