Skip to content

Commit

Permalink
Mobile: Status bar dropdown is always an icon: no need for dedicated …
Browse files Browse the repository at this point in the history
…width

Previously the commit bellow fixed a regression related to dropdown
width:

591e003
"Status bar: fix dropdown width"

However there seems to be no reason to apply this fix to the mobile
toolbar since we can safely conclude that the dropdowns always have
the same fixed size (icons)

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I3733b4d736d1481a382fffb71b451b82ad77d04d
  • Loading branch information
pedropintosilva committed Dec 18, 2024
1 parent 98fdaa1 commit fa20f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/css/jsdialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ input[type='number']:hover::-webkit-outer-spin-button {
align-items: center;
}

#toolbar-down .has-dropdown > .ui-content.unobutton {
#toolbar-wrapper:not(.mobile) ~ #toolbar-down .has-dropdown > .ui-content.unobutton {
width: max-content;
}

Expand Down

0 comments on commit fa20f77

Please sign in to comment.