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
867
Issues
867
List
Boards
Labels
Service Desk
Milestones
Merge Requests
54
Merge Requests
54
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
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
Commits
43fcf513
Commit
43fcf513
authored
57 minutes ago
by
Juan Manuel Solaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore) change margin and text alignment for tags filter in mobile view
parent
10a89a2e
epic/minds-pro
1 merge request
!486
WIP: (feat): Minds Pro (development branch) - Release 2
Pipeline
#75940504
passed with stages
in 27 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
channel.component.scss
src/app/modules/pro/channel/channel.component.scss
+18
-6
No files found.
src/app/modules/pro/channel/channel.component.scss
View file @
43fcf513
...
...
@@ -11,6 +11,24 @@ m-pro--channel {
background-color
:
var
(
--
transparent-background-color
);
}
@media
screen
and
(
max-width
:
480px
)
{
.m-pro--channel
{
.m-proChannelTopbar__SearchBox
{
display
:
none
;
}
.m-proChannel__categories
{
justify-content
:
start
;
}
.m-proChannel__body
{
margin-top
:
10px
;
}
}
}
.m-pro--channel
{
max-width
:
1296px
;
margin
:
0
auto
;
...
...
@@ -232,10 +250,4 @@ m-pro--channel {
}
}
@media
screen
and
(
max-width
:
480px
)
{
.m-proChannelTopbar__SearchBox
{
display
:
none
;
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment