Closed Bug 1911194 Opened 9 months ago Closed 9 months ago

Only set min-width of sidebar panel if it contains GenAI chatbot

Categories

(Firefox :: Sidebar, task)

task
Points:
1

Tracking

()

VERIFIED FIXED
130 Branch
Tracking Status
firefox130 --- verified
firefox131 --- verified

People

(Reporter: kcochrane, Assigned: kcochrane)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fidefe-sidebar])

Attachments

(1 file)

Currently, we're setting the width of all sidebar panels to 400px to accommodate the GenAI chatbot panel. Other panels such as history and synced tabs appear excessively wide at this width.

A potential solution for this is to only set a min-width: 400px on the #sidebar-box element only if it contains the GenAI chatbot content by using the sidebarcommand="viewGenaiChatSidebar" attribute such as:

#sidebar-box {
...
    &[sidebarcommand="viewGenaiChatSidebar"] {
        min-width: 400px;
      }
}
Points: --- → 1
Whiteboard: [fidefe-sidebar]
Assignee: nobody → kcochrane
Status: NEW → ASSIGNED
Attachment #9417376 - Attachment description: WIP: Bug 1911194 - Only set default min-width of #sidebar-box if it contains GenAI chatbot → Bug 1911194 - Only set default min-width of #sidebar-box if it contains GenAI chatbot
Attachment #9417376 - Attachment description: Bug 1911194 - Only set default min-width of #sidebar-box if it contains GenAI chatbot → Bug 1911194 - Set the default min-width of #sidebar-box to 400px if it contains GenAI chatbot
Pushed by kcochrane@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0cbe825fe208 Set the default min-width of #sidebar-box to 400px if it contains GenAI chatbot r=desktop-theme-reviewers,sidebar-reviewers,nsharpley,sfoster
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Blocks: 1904828

Verified as fixed in our latest Nightly and our latest Beta build 130.0b5

Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: