[planet-web] css: limit media height to 800px



commit 9f787d161923c3567c67f1816b4d9c0a0347d0fb
Author: Felix Häcker <haeckerfelix gnome org>
Date:   Fri Sep 30 19:18:50 2022 +0000

    css: limit media height to 800px

 web/gnome/css/planet.css | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/web/gnome/css/planet.css b/web/gnome/css/planet.css
index b8412d36..2f5fa635 100644
--- a/web/gnome/css/planet.css
+++ b/web/gnome/css/planet.css
@@ -120,6 +120,7 @@ b.bo { bottom: 0px; left: 0px; background-position: bottom left; }
        width: auto;
        max-width: 650px;
        height: auto;
+       max-height: 800px;
 }
 
 .youtube-player {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]