Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
193bf208
Commit
193bf208
authored
5 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Remove outer card for more space
parent
e6eb3120
1 merge request
!192
Resolve "comment view is over the timestamp in student mobile view" + 2 more fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/shared/comment-list/comment-list.component.html
+1
-3
1 addition, 3 deletions
...omponents/shared/comment-list/comment-list.component.html
with
1 addition
and
3 deletions
src/app/components/shared/comment-list/comment-list.component.html
+
1
−
3
View file @
193bf208
...
@@ -60,9 +60,7 @@
...
@@ -60,9 +60,7 @@
</mat-menu>
</mat-menu>
</div>
</div>
<mat-card
class=
"outer-card"
*ngIf=
"showComments().length > 0"
>
<app-comment
*ngFor=
"let current of showComments()"
[comment]=
"current"
></app-comment>
<app-comment
*ngFor=
"let current of showComments()"
[comment]=
"current"
></app-comment>
</mat-card>
<div
*ngIf=
"comments.length < 1"
fxLayout=
"row"
fxLayoutAlign=
"center center"
class=
"no-comments"
>
<div
*ngIf=
"comments.length < 1"
fxLayout=
"row"
fxLayoutAlign=
"center center"
class=
"no-comments"
>
<h4>
{{ 'comment-page.no-comments' | translate }}
</h4>
<h4>
{{ 'comment-page.no-comments' | translate }}
</h4>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment