-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix weird transparent space above Flickr.com header #2774
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
Generated file outputs:Time updated: Fri, 21 Feb 2025 19:43:18 GMT legacytrackers-unprotected-temporary.txtv3/android-config.json (13 more)
--- v3/windows-config.json
+++ v3/windows-config.json
@@ -3636,8 +3636,28 @@
"rules": [
{
"selector": ".feed-b",
"type": "hide-empty"
+ },
+ {
+ "selector": ".global-nav-view, .global-nav-view .global-nav-content",
+ "type": "modify-style",
+ "values": [
+ {
+ "property": "margin-top",
+ "value": "0px"
+ }
+ ]
+ },
+ {
+ "selector": ".search-subnav-slender-view, .search-slender-advanced-panel-view",
+ "type": "modify-style",
+ "values": [
+ {
+ "property": "top",
+ "value": "0px"
+ }
+ ]
}
]
},
{
latestv4/android-config.json (13 more)
--- v4/windows-config.json
+++ v4/windows-config.json
@@ -3251,8 +3251,28 @@
"rules": [
{
"selector": ".feed-b",
"type": "hide-empty"
+ },
+ {
+ "selector": ".global-nav-view, .global-nav-view .global-nav-content",
+ "type": "modify-style",
+ "values": [
+ {
+ "property": "margin-top",
+ "value": "0px"
+ }
+ ]
+ },
+ {
+ "selector": ".search-subnav-slender-view, .search-slender-advanced-panel-view",
+ "type": "modify-style",
+ "values": [
+ {
+ "property": "top",
+ "value": "0px"
+ }
+ ]
}
]
},
{
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Asana Task/Github Issue: https://app.asana.com/0/1206670747178362/1209460870135522
Site breakage mitigation process:
Brief explanation
Reference