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
891
Issues
891
List
Boards
Labels
Service Desk
Milestones
Merge Requests
49
Merge Requests
49
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
Commits
92588554
Commit
92588554
authored
1 hour ago
by
Emiliano Balbuena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix): Mobile grid columns
parent
46033404
epic/minds-pro
1 merge request
!528
WIP: (feat): Minds Pro
Pipeline
#79458386
failed with stages
in 7 minutes and 49 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
6 deletions
+13
-6
channel.component.scss
src/app/modules/pro/channel/channel.component.scss
+1
-0
hamburger-menu.component.scss
.../pro/channel/hamburger-menu/hamburger-menu.component.scss
+3
-2
home.component.scss
src/app/modules/pro/channel/home/home.component.scss
+2
-2
list.component.scss
src/app/modules/pro/channel/list/list.component.scss
+2
-2
tile.component.scss
src/app/modules/pro/channel/tiles/media/tile.component.scss
+5
-0
No files found.
src/app/modules/pro/channel/channel.component.scss
View file @
92588554
...
...
@@ -86,6 +86,7 @@ m-pro--channel {
max-width
:
200px
;
max-height
:
100%
;
cursor
:
pointer
;
object-fit
:
contain
;
}
.m-proChannelTopbar__logo
:focus
{
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/hamburger-menu/hamburger-menu.component.scss
View file @
92588554
...
...
@@ -51,8 +51,9 @@ m-pro__hamburger-menu {
&
.m-pro__hamburger-menu-menu__logo
{
>
img
{
width
:
auto
;
height
:
100px
;
max-width
:
200px
;
max-height
:
100%
;
object-fit
:
contain
;
margin-left
:
-4px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/home/home.component.scss
View file @
92588554
...
...
@@ -56,7 +56,7 @@
}
@media
screen
and
(
max-width
:
$max-mobile
)
{
grid-template-columns
:
repeat
(
1
,
1fr
)
;
grid-template-columns
:
100%
;
*
:nth-child
(
1
)
{
grid-column
:
initial
;
...
...
@@ -68,7 +68,7 @@
grid-template-columns
:
repeat
(
2
,
1fr
);
@media
screen
and
(
max-width
:
$max-mobile
)
{
grid-template-columns
:
repeat
(
1
,
1fr
)
;
grid-template-columns
:
100%
;
}
}
}
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/list/list.component.scss
View file @
92588554
...
...
@@ -78,11 +78,11 @@ m-pro--channel-list {
padding
:
0
;
@media
screen
and
(
max-width
:
$max-mobile
)
{
grid-template-columns
:
1
fr
;
grid-template-columns
:
1
00%
;
}
&
.m-proChannelListContent__normalList
{
grid-template-columns
:
1
fr
;
grid-template-columns
:
1
00%
;
&
>
li
{
max-width
:
500px
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/tiles/media/tile.component.scss
View file @
92588554
...
...
@@ -33,6 +33,11 @@ m-pro--channel-tile {
display
:
flex
;
align-items
:
center
;
@media
screen
and
(
max-width
:
$max-mobile
)
{
padding
:
8px
;
font-size
:
16px
;
}
h2
{
display
:
block
;
text-overflow
:
ellipsis
;
...
...
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