Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
889
Issues
889
List
Boards
Labels
Service Desk
Milestones
Merge Requests
43
Merge Requests
43
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
db33e675ad93e51832faf20445703d87eafdc949...9ca0e7520882eadffadf3d3ebd980e73ee4a5863
Source
9ca0e7520882eadffadf3d3ebd980e73ee4a5863
Select Git revision
...
Target
db33e675ad93e51832faf20445703d87eafdc949
Select Git revision
Compare
Commits (2)
Boost button should not show on pro pages
· 8ac8932a
Marcelo Rivera
authored
1 hour ago
8ac8932a
Merge branch 'fix/hide-boost-button-2081' into 'epic/pro-affiliate-launch'
· 9ca0e752
Mark Harding
authored
1 hour ago
Boost button should not show on pro pages See merge request
!586
9ca0e752
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/app/modules/pro/channel/channel.component.scss
src/app/modules/pro/channel/channel.component.scss
+4
-0
No files found.
src/app/modules/pro/channel/channel.component.scss
View file @
9ca0e752
...
...
@@ -56,6 +56,10 @@ m-pro--channel {
z-index
:
9999990
;
}
}
minds-button-boost
{
display
:
none
!
important
;
}
}
@media
screen
and
(
max-width
:
$max-mobile
)
{
...
...
This diff is collapsed.
Click to expand it.