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
895
Issues
895
List
Boards
Labels
Service Desk
Milestones
Merge Requests
49
Merge Requests
49
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
2de08fc1
Commit
2de08fc1
authored
42 minutes ago
by
Emiliano Balbuena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): Fix infinite loader; style tweaks
parent
af8f9600
epic/minds-pro
1 merge request
!507
WIP: (feat): Minds Pro (development branch) - Release 3
Pipeline
#79167752
failed with stages
in 7 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
28 deletions
+6
-28
list.component.html
src/app/modules/pro/channel/list/list.component.html
+1
-1
list.component.scss
src/app/modules/pro/channel/list/list.component.scss
+5
-27
No files found.
src/app/modules/pro/channel/list/list.component.html
View file @
2de08fc1
...
...
@@ -53,7 +53,7 @@
class=
"m-proChannelListContent__loadMore"
i18n
>
Click to load more
Nothing more to load
</div>
</ng-template>
</ng-container>
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/pro/channel/list/list.component.scss
View file @
2de08fc1
...
...
@@ -14,31 +14,9 @@ m-pro--channel-list {
}
.m-proChannelList__tools
{
height
:
70px
;
border-radius
:
20px
;
opacity
:
0
.9
;
font-size
:
16px
;
font-family
:
Roboto
,
Helvetica
,
sans-serif
;
letter-spacing
:
1px
;
text-rendering
:
optimizeLegibility
;
-webkit-font-smoothing
:
antialiased
;
font-weight
:
400
;
.m-proChannelListTools__algorithm
{
width
:
fit-content
;
a
{
margin-right
:
10px
;
text-decoration
:
none
;
}
i
{
vertical-align
:
middle
;
margin-right
:
8px
;
font-size
:
18px
;
color
:
#444
!
important
;
}
}
width
:
85%
;
margin
:
0
auto
;
.m-proChannelListTools__searchResult
{
font-weight
:
300
;
...
...
@@ -83,7 +61,7 @@ m-pro--channel-list {
background-color
:
var
(
--
m-pro--transparent-background-color
);
&
.m-proChannelListContent__noMore
{
cursor
:
initial
;
}
}
...
...
@@ -110,7 +88,7 @@ m-pro--channel-list {
&
>
li
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
flex-start
;
m-newsfeed__entity
{
width
:
100%
;
...
...
@@ -143,6 +121,6 @@ m-pro--channel-list {
.m-proChannelList__loader
{
text-align
:
center
;
margin
:
16px
0
;
margin
-top
:
32px
;
}
}
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