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
46033404
Commit
46033404
authored
4 minutes ago
by
Emiliano Balbuena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): Hamburger menu tweaks
parent
fe2205ea
epic/minds-pro
1 merge request
!528
WIP: (feat): Minds Pro
Pipeline
#79448722
running with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
33 deletions
+51
-33
footer.component.html
src/app/modules/pro/channel/footer/footer.component.html
+40
-31
footer.component.scss
src/app/modules/pro/channel/footer/footer.component.scss
+6
-1
hamburger-menu.component.scss
.../pro/channel/hamburger-menu/hamburger-menu.component.scss
+5
-1
No files found.
src/app/modules/pro/channel/footer/footer.component.html
View file @
46033404
<div
class=
"m-pro--channel-footer"
>
<span
class=
"m-pro--channel-footer--text"
>
{{ footerText }}
</span>
<
span
*ngFor=
"let profile of footerSocialProfile
s"
>
<
div
class=
"m-pro--channel-footer__item
s"
>
<a
*ngIf=
"profile.key && profile.value"
[href]=
"getSocialProfileURL(profile.value)"
rel=
"noopener noreferrer"
target=
"_blank"
><i
[ngClass]=
"[getSocialProfileIconClass(profile)]"
></i
></a>
</span>
*ngFor=
"let link of footerLinks"
class=
"m-pro--channel-footer--link"
[href]=
"link.href"
>
{{ link.title }}
</a>
<a
*ngFor=
"let link of footerLinks"
class=
"m-pro--channel-footer--link"
[href]=
"link.href"
>
{{ link.title }}
</a
>
<ng-container
*ngIf=
"currentUser"
>
<ng-container
*ngIf=
"isStandalone"
>
<a
class=
"m-pro--channel-footer--link"
[href]=
"viewProfileHref"
target=
"_blank"
i18n
>
@{{ currentUsername }}
</a>
<ng-container
*ngIf=
"currentUser"
>
<ng-container
*ngIf=
"isStandalone"
>
<a
class=
"m-pro--channel-footer--link"
[href]=
"viewProfileHref"
target=
"_blank"
i18n
>
@{{ currentUsername }}
</a
>
<a
class=
"m-pro--channel-footer--link"
(click)=
"logout()"
i18n
>
Logout
</a>
</ng-container>
<a
class=
"m-pro--channel-footer--link"
(click)=
"logout()"
i18n
>
Logout
</a>
<ng-container
*ngIf=
"!isOwner"
>
<span
style=
"position: relative"
>
<minds-button-user-dropdown
[user]=
"user"
></minds-button-user-dropdown>
</span>
</ng-container>
</ng-container>
</div>
<ng-container
*ngIf=
"!isOwner"
>
<span
style=
"position: relative"
>
<minds-button-user-dropdown
[user]=
"user"
></minds-button-user-dropdown>
</span>
</ng-container>
</ng-container>
<div
class=
"m-pro--channel-footer__items m-pro--channel-footer__social-items"
>
<span
*ngFor=
"let profile of footerSocialProfiles"
>
<a
*ngIf=
"profile.key && profile.value"
[href]=
"getSocialProfileURL(profile.value)"
rel=
"noopener noreferrer"
target=
"_blank"
><i
[ngClass]=
"[getSocialProfileIconClass(profile)]"
></i
></a>
</span>
</div>
<div
class=
"m-pro--channel-footer__static"
>
<span
class=
"m-pro--channel-footer--text"
>
{{ footerText }}
</span>
</div>
</div>
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/footer/footer.component.scss
View file @
46033404
...
...
@@ -3,12 +3,17 @@
margin-bottom
:
24px
;
color
:
var
(
--
m-pro--text-color
);
>
*
{
.m-pro--channel-footer__items
>
*
{
display
:
inline-block
;
margin
:
8px
16px
;
vertical-align
:
middle
;
}
.m-pro--channel-footer__social-items
{
margin-bottom
:
8px
;
font-size
:
1
.5em
;
}
.m-pro--channel-footer--text
{
text-transform
:
uppercase
;
letter-spacing
:
0
.1em
;
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/hamburger-menu/hamburger-menu.component.scss
View file @
46033404
...
...
@@ -77,9 +77,13 @@ m-pro__hamburger-menu {
}
}
m-pro--channel-footer
{
.
m-pro--channel-footer
{
display
:
block
;
padding
:
0
16px
;
.m-pro--channel-footer__social-items
{
margin
:
16px
0
;
}
}
}
...
...
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