WebKit Bugzilla
Attachment 361395 Details for
Bug 194393
: Fix responsive design issues for the Contribute menu and Feature Status navigation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194393-20190207082707.patch (text/plain), 1.86 KB, created by
Jon Davis
on 2019-02-07 08:27:08 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jon Davis
Created:
2019-02-07 08:27:08 PST
Size:
1.86 KB
patch
obsolete
>Subversion Revision: 241120 >diff --git a/Websites/webkit.org/ChangeLog b/Websites/webkit.org/ChangeLog >index 93467ae4cc3a129531ee02715be1d1648167930c..2da61b1f0837d0cdf66ccb3e91083e3a64e90f5b 100644 >--- a/Websites/webkit.org/ChangeLog >+++ b/Websites/webkit.org/ChangeLog >@@ -1,3 +1,19 @@ >+2019-02-07 Jon Davis <jond@apple.com> >+ >+ Fixed responsive design issues for the Contribute drop-down menu and pagination >+ https://bugs.webkit.org/show_bug.cgi?id=194393 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ The short viewport breakpoint styles should apply for small width >+ windows as well, and pagination styles need to accommodate wrapped >+ text labels. >+ >+ * wp-content/themes/webkit/style.css: >+ (.pagination .page-numbers,): >+ (@media only screen and (max-height: 415px) and (max-width: 920px)): >+ (@media only screen and (max-height: 415px)): Deleted. >+ > 2019-02-04 Jon Davis <jond@apple.com> > > Add demos for Intersection Observer API >diff --git a/Websites/webkit.org/wp-content/themes/webkit/style.css b/Websites/webkit.org/wp-content/themes/webkit/style.css >index 6641e174e9b5fba110db586920093fed23fd213c..704f3d4fe91e4b43625ce239a0675dba9adbf056 100644 >--- a/Websites/webkit.org/wp-content/themes/webkit/style.css >+++ b/Websites/webkit.org/wp-content/themes/webkit/style.css >@@ -557,7 +557,7 @@ a.download { > border-radius: 4px; > box-shadow: inset hsla(0, 0%, 0%, 0.07) 0 0 0 1px; > box-shadow: var(--pagination-button-shadow); >- height: 2rem; >+ min-height: 2rem; > font-size: 1.7rem; > line-height: 1.29412; > font-weight: 400; >@@ -2511,7 +2511,7 @@ header .menu-item { /* add bottom dimension to main menu items */ > } > } > >-@media only screen and (max-height: 415px) { >+@media only screen and (max-height: 415px) and (max-width: 920px) { > > .home .site-logo { > opacity: 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194393
: 361395