Skip to content
Snippets Groups Projects
Commit 9d82415e authored by Lukas Haase's avatar Lukas Haase
Browse files

Questionwall/Quizwall question vertically centered

parent 868d7f69
No related merge requests found
......@@ -15,8 +15,10 @@
</ars-style-btn-material>
</ars-row>
<ars-fill ars-flex-box>
<ars-fill style="overflow:hidden;">
<ars-row [overflow]="'auto'">
<ars-fill style="overflow:hidden;" ars-flex-box>
<ars-fill>
</ars-fill>
<ars-row>
<ng-container *ngIf="commentFocus">
<h2 class="questionwall-present-timestamp">{{commentFocus.timeAgo}}</h2>
<p class="questionwall-present">{{commentFocus.comment.body}}</p>
......@@ -26,6 +28,8 @@
<p class="questionwall-present-introduction-desc">{{'question-wall.introduction-desc' | translate}}</p>
</ng-container>
</ars-row>
<ars-fill>
</ars-fill>
</ars-fill>
<ars-col [width]="450" [overflow]="'auto'" class="questionwall-list" #colComponent>
<ars-row *ngFor="let comment of comments" class="questionwall-comment-anchor">
......
......@@ -63,7 +63,7 @@
}
&-present{
font-size:45px;
padding:16px 32px 0 32px;
padding:16px 32px 16px 32px;
color:var(--ars-header-color);
word-break:break-word;
&-timestamp{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment