[epiphany] Fix top portion of thumbnails being cut off



commit d54d470e1f5e058c8c1ea0f4e2cfb60ca33e843f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Aug 6 12:09:36 2019 -0500

    Fix top portion of thumbnails being cut off
    
    We don't want the thumbnails to be vertically-centered. Fix suggested by
    Tobias.

 src/resources/about.css | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/resources/about.css b/src/resources/about.css
index 91c3715fc..c4b986c98 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -292,6 +292,7 @@ html.epiphany-html {
     display: block;
     border: 1px solid #ccc;
     background: url(ephy-resource:///org/gnome/epiphany/web-watermark.svg) center no-repeat, #fff;
+    background-position: top;
     background-repeat: no-repeat;
     border-radius: 5px;
 }


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