Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d6aabc0803dc75b76576aa86544ec7fa43f57504
      
https://github.com/WebKit/WebKit/commit/d6aabc0803dc75b76576aa86544ec7fa43f57504
  Author: Jonathan Davis <[email protected]>
  Date:   2024-11-20 (Wed, 20 Nov 2024)

  Changed paths:
    M Websites/bugs.webkit.org/skins/custom/buglist.css
    M Websites/bugs.webkit.org/template/en/custom/list/table.html.tmpl

  Log Message:
  -----------
  Fix Bugzilla bug list table resizing
https://bugs.webkit.org/show_bug.cgi?id=283369

Reviewed by Alexey Proskuryakov.

This set of changes makes numerous small tweaks to column hiding and
column sizing in order to maximize the visibility of critical bug
information when resizing the viewport.

* Websites/bugs.webkit.org/skins/custom/buglist.css:
(.bz_buglist):
(.bz_buglist .bz_id_column):
(.bz_buglist .bz_component_column):
(.bz_buglist .bz_reporter_column,):
(.bz_buglist .bz_changeddate_column):
(@media only screen and (max-width: 1500px) .bz_buglist .bz_product_column):
(@media only screen and (max-width: 1300px) .bz_buglist .bz_assigned_to_column):
(@media only screen and (max-width: 900px) .bz_buglist .bz_component_column):
(@media only screen and (max-width: 730px) .bz_buglist .bz_bug_status_column):
(@media only screen and (max-width: 600px) .bz_buglist .bz_short_desc_column):
(.bz_buglist_header th:nth-child(6),): Deleted.
(.bz_buglist .bz_assigned_to_column): Deleted.
(@media only screen and (max-width: 1500px) .bz_buglist_header 
th:nth-child(2),): Deleted.
(@media only screen and (max-width: 1300px) .bz_buglist_header 
th:nth-child(4),): Deleted.
(@media only screen and (max-width: 900px) .bz_buglist_header 
th:nth-child(3),): Deleted.
(@media only screen and (max-width: 730px) .bz_buglist_header 
th:nth-child(5),): Deleted.
(@media only screen and (max-width: 428px) .bz_buglist .bz_id_column): Deleted.
(@media only screen and (max-width: 428px) .bz_buglist .bz_short_desc_column): 
Deleted.
* Websites/bugs.webkit.org/template/en/custom/list/table.html.tmpl:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to