Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
813
Issues
813
List
Boards
Labels
Service Desk
Milestones
Merge Requests
55
Merge Requests
55
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
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
ffcd4c49
Commit
ffcd4c49
authored
1 hour ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix): resolved
#1060
- Navigate to group conversations missing on in mobile web
parent
d1d7fbfd
master
No related merge requests found
Pipeline
#64836654
passed with stages
in 44 minutes and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
20 deletions
+19
-20
profile.component.scss
src/app/modules/groups/profile/profile.component.scss
+15
-3
profile.html
src/app/modules/groups/profile/profile.html
+4
-17
No files found.
src/app/modules/groups/profile/profile.component.scss
View file @
ffcd4c49
@import
"defaults"
;
.m-group__grid
{
display
:
flex
;
flex-direction
:
row
;
...
...
@@ -23,15 +25,25 @@
}
.m-groupGrid__toggleBtn
{
display
:
block
;
z-index
:
99
;
cursor
:
pointer
;
position
:
fixed
;
right
:
65px
;
top
:
55px
;
@media
screen
and
(
max-width
:
$min-desktop
)
{
right
:
8px
;
top
:
106px
;
}
i
{
font-size
:
32px
;
}
.material-icons
{
@include
m-theme
(){
text-shadow
:
0px
0px
1px
themed
(
$m-white
)
,
0px
0px
1px
themed
(
$m-white
);
color
:
themed
(
$m-grey-400
);
}
}
@media
screen
and
(
max-width
:
900px
)
{
right
:
8px
!
important
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/groups/profile/profile.html
View file @
ffcd4c49
...
...
@@ -253,23 +253,10 @@
</div>
<!-- End Feeds -->
</div>
<!-- END LEFT BLOCK -->
<div
class=
"m-groupGrid__toggleBtn"
style=
"
/* left: 0; */
position: fixed;
top: 55px;
right: 65px;
display: block;
z-index: 99;
cursor: pointer;
"
(
click
)="
toggleConversations
()"
>
<i
class=
"material-icons"
style=
"
font-size: 32px;
"
*
ngIf=
"showRight"
>
keyboard_arrow_right
</i>
<i
class=
"material-icons"
style=
"
font-size: 32px;
"
*
ngIf=
"!showRight"
>
keyboard_arrow_left
</i>
</div>
<div
class=
"m-groupGrid__toggleBtn"
(
click
)="
toggleConversations
()"
>
<i
class=
"material-icons"
*
ngIf=
"showRight"
>
keyboard_arrow_right
</i>
<i
class=
"material-icons"
*
ngIf=
"!showRight"
>
keyboard_arrow_left
</i>
</div>
<div
class=
"m-groupGrid__right"
[
hidden
]="!
showRight
"
>
<!-- Conversation filter -->
...
...
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