Title: [202593] trunk/Websites/webkit.org
- Revision
- 202593
- Author
- [email protected]
- Date
- 2016-06-28 15:12:52 -0700 (Tue, 28 Jun 2016)
Log Message
Fixed tile height for mobile phone-sized viewports.
https://bugs.webkit.org/show_bug.cgi?id=159228
Reviewed by Timothy Hatcher.
Prevents cutoff text for featured tiles and prevents overlapping text and controls on the Twitter tile for phone-sized viewports.
* wp-content/themes/webkit/style.css:
(.twitter-tile.text-only .tile-content):
(.tile):
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (202592 => 202593)
--- trunk/Websites/webkit.org/ChangeLog 2016-06-28 22:11:45 UTC (rev 202592)
+++ trunk/Websites/webkit.org/ChangeLog 2016-06-28 22:12:52 UTC (rev 202593)
@@ -1,5 +1,18 @@
2016-06-28 Jon Davis <[email protected]>
+ Fixed tile height for mobile phone-sized viewports.
+ https://bugs.webkit.org/show_bug.cgi?id=159228
+
+ Reviewed by Timothy Hatcher.
+
+ Prevents cutoff text for featured tiles and prevents overlapping text and controls on the Twitter tile for phone-sized viewports.
+
+ * wp-content/themes/webkit/style.css:
+ (.twitter-tile.text-only .tile-content):
+ (.tile):
+
+2016-06-28 Jon Davis <[email protected]>
+
Fixed Open Graph meta data and image entries.
https://bugs.webkit.org/show_bug.cgi?id=159167.
Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/style.css (202592 => 202593)
--- trunk/Websites/webkit.org/wp-content/themes/webkit/style.css 2016-06-28 22:11:45 UTC (rev 202592)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/style.css 2016-06-28 22:12:52 UTC (rev 202593)
@@ -666,6 +666,7 @@
font-weight: 400;
line-height: 3rem;
align-self: center;
+ padding-bottom: 6rem;
}
.twitter-tile img {
@@ -1932,7 +1933,7 @@
}
.tile {
- min-height: auto;
+ min-height: 320px;
}
.third-tile,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes