[webkit-changes] [WebKit/WebKit] 6de86c: Address search input and search result layout issues

Jon Davis noreply at github.com
Thu Oct 6 10:13:50 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6de86cf915b187b9df0fd8102b9d833d2d665959
      https://github.com/WebKit/WebKit/commit/6de86cf915b187b9df0fd8102b9d833d2d665959
  Author: Jonathan Davis <jond at apple.com>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

  Changed paths:
    M Websites/webkit.org/wp-content/themes/webkit/404.php
    M Websites/webkit.org/wp-content/themes/webkit/header.php
    M Websites/webkit.org/wp-content/themes/webkit/style.css

  Log Message:
  -----------
  Address search input and search result layout issues
https://bugs.webkit.org/show_bug.cgi?id=246126

Reviewed by Devin Rousso.

* Websites/webkit.org/wp-content/themes/webkit/404.php:
* Websites/webkit.org/wp-content/themes/webkit/header.php:
* Websites/webkit.org/wp-content/themes/webkit/style.css:
(.search-input):
(header .search-input):
(header .search-input:focus,):
(@media only screen and (max-width: 1015px) header .search-input,):
(@media only screen and (max-width: 1015px) header .search-input:focus,):
(@media only screen and (max-width: 690px) .search-results h1):
(@media only screen and (max-width: 690px) .search-results h1,):
(#site-nav .search-input): Deleted.
(.search-input:focus,): Deleted.
(@media only screen and (max-width: 1015px) #site-nav .search-input,): Deleted.
(@media only screen and (max-width: 1015px) .search-input:focus,): Deleted.
(@media only screen and (max-width: 1015px) .search-results h1,): Deleted.

Canonical link: https://commits.webkit.org/255225@main




More information about the webkit-changes mailing list