mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1167805 - Not enough padding for page title causing pin icon to overlap [r=adw]
This commit is contained in:
parent
7d349c7262
commit
972edb58e9
@ -247,6 +247,7 @@ input[type=button] {
|
||||
|
||||
.newtab-title {
|
||||
left: 0;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
.newtab-sponsored {
|
||||
|
@ -173,7 +173,7 @@
|
||||
}
|
||||
|
||||
.newtab-site[pinned] .newtab-title {
|
||||
padding: 0 15px;
|
||||
-moz-padding-start: 24px;
|
||||
}
|
||||
|
||||
.newtab-site[pinned] .newtab-title::before {
|
||||
|
Loading…
Reference in New Issue
Block a user