You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twitter tip button is misaligned vertically, the problem being the Pocket extension'
Actual result:
Expected result:
Changing display: inline-block to display: inline-flex on .ProfileTweet-action.js-tooltip.action-brave-tip fixes the problem.
Reproduces how often:
Edit: I just realized it happens because of the Pocket extension which adds its own button to the list.
Edit 2: It looks like the pocket extension has some messed up styles so it's not Brave's business to work around them. Changing the display property would just be a nice enhancement. Feel free to close this.
Brave version (brave://version info)
Brave | 0.67.124 Chromium: 76.0.3809.100 (Official Build) (64-bit)
Revision | ed9d447d30203dc5069e540f05079e493fc1c132-refs/branch-heads/3809@{#990}
OS | Windows 10 OS Version 1903 (Build 18362.239)
Other Additional Information:
Does the issue resolve itself when disabling Brave Shields?: No
The text was updated successfully, but these errors were encountered:
Description
Twitter tip button is misaligned vertically, the problem being the Pocket extension'
Actual result:
Expected result:
Changing
display: inline-block
todisplay: inline-flex
on.ProfileTweet-action.js-tooltip.action-brave-tip
fixes the problem.Reproduces how often:
Edit: I just realized it happens because of the Pocket extension which adds its own button to the list.
Edit 2: It looks like the pocket extension has some messed up styles so it's not Brave's business to work around them. Changing the
display
property would just be a nice enhancement. Feel free to close this.Brave version (brave://version info)
Brave | 0.67.124 Chromium: 76.0.3809.100 (Official Build) (64-bit)
Revision | ed9d447d30203dc5069e540f05079e493fc1c132-refs/branch-heads/3809@{#990}
OS | Windows 10 OS Version 1903 (Build 18362.239)
Other Additional Information:
The text was updated successfully, but these errors were encountered: