Client: Fix Viewer styles for title-section
This commit is contained in:
parent
4acf8d1b92
commit
20a67ffd4b
|
|
@ -10,7 +10,7 @@
|
||||||
@if (CurrentPost?.Abstract != null)
|
@if (CurrentPost?.Abstract != null)
|
||||||
{
|
{
|
||||||
<hr />
|
<hr />
|
||||||
<i>Abstract: @CurrentPost?.Abstract</i>
|
<i class="abstract">Abstract: @CurrentPost?.Abstract</i>
|
||||||
<hr />
|
<hr />
|
||||||
}
|
}
|
||||||
@if (CurrentPost == null)
|
@if (CurrentPost == null)
|
||||||
|
|
|
||||||
|
|
@ -471,11 +471,17 @@ app {
|
||||||
font-stretch: condensed;
|
font-stretch: condensed;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
max-width: 630px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewer h2 {
|
.viewer h2 {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-stretch: condensed;
|
font-stretch: condensed;
|
||||||
|
max-width: 630px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.viewer .abstract {
|
||||||
|
max-width: 630px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewer img {
|
.viewer img {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue