Fix rounded corners issue with new tab page
This issue only occured when the bookmarks bar was set to only show on the new tab page.
This commit is contained in:
parent
15270505be
commit
d841457767
2 changed files with 31 additions and 31 deletions
|
@ -14,11 +14,13 @@
|
|||
|
||||
@media (-moz-bool-pref: "uc.tweak.rounded-corners") {
|
||||
/* Fix changes to the bookmarks bar made in Firefox 120 */
|
||||
:root[BookmarksToolbarOverlapsBrowser] .newTabBrowserPanel {
|
||||
:root[BookmarksToolbarOverlapsBrowser] .newTabBrowserPanel,
|
||||
:root[BookmarksToolbarOverlapsBrowser] #sidebar-box {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
:root[BookmarksToolbarOverlapsBrowser] #appcontent {
|
||||
:root[BookmarksToolbarOverlapsBrowser] #appcontent,
|
||||
:root[BookmarksToolbarOverlapsBrowser] #sidebar-box {
|
||||
margin-top: var(--bookmarks-toolbar-overlapping-browser-height);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue