Client: Fix Viewer styles for title-section

This commit is contained in:
Michael Hoess 2020-10-21 23:17:29 +02:00
parent 4acf8d1b92
commit 20a67ffd4b
2 changed files with 8 additions and 2 deletions

View File

@ -10,7 +10,7 @@
@if (CurrentPost?.Abstract != null)
{
<hr />
<i>Abstract: @CurrentPost?.Abstract</i>
<i class="abstract">Abstract: @CurrentPost?.Abstract</i>
<hr />
}
@if (CurrentPost == null)

View File

@ -471,11 +471,17 @@ app {
font-stretch: condensed;
font-weight: 600;
word-break: break-word;
max-width: 630px;
}
. viewer h2 {
.viewer h2 {
font-weight: 600;
font-stretch: condensed;
max-width: 630px;
}
.viewer .abstract {
max-width: 630px;
}
.viewer img {