forked from AkkomaGang/akkoma-fe
more spacing/wrapping fixes
This commit is contained in:
parent
d361a4d7dc
commit
4c7edfc9a9
4 changed files with 6 additions and 6 deletions
|
@ -5,6 +5,7 @@
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
display: inline;
|
display: inline;
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
|
word-break: normal;
|
||||||
|
|
||||||
& .new,
|
& .new,
|
||||||
& .original {
|
& .original {
|
||||||
|
|
|
@ -43,14 +43,12 @@
|
||||||
class="serverName"
|
class="serverName"
|
||||||
:class="{ '-faded': shouldFadeDomain }"
|
:class="{ '-faded': shouldFadeDomain }"
|
||||||
v-html="'@' + serverName"
|
v-html="'@' + serverName"
|
||||||
/></span>
|
/></span><span
|
||||||
<span
|
|
||||||
v-if="isYou && shouldShowYous"
|
v-if="isYou && shouldShowYous"
|
||||||
:class="{ '-you': shouldBoldenYou }"
|
:class="{ '-you': shouldBoldenYou }"
|
||||||
>{{ $t('status.you') }}</span>
|
> {{ $t('status.you') }}</span>
|
||||||
<!-- eslint-enable vue/no-v-html -->
|
<!-- eslint-enable vue/no-v-html -->
|
||||||
</a>
|
</a><span
|
||||||
<span
|
|
||||||
v-if="shouldShowTooltip"
|
v-if="shouldShowTooltip"
|
||||||
class="full popover-default"
|
class="full popover-default"
|
||||||
:class="[highlightType]"
|
:class="[highlightType]"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
|
||||||
.showMoreLess {
|
.showMoreLess {
|
||||||
|
margin-left: 0.5em;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
color: var(--link);
|
color: var(--link);
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
& .text,
|
& .text,
|
||||||
& .summary {
|
& .summary {
|
||||||
font-family: var(--postFont, sans-serif);
|
font-family: var(--postFont, sans-serif);
|
||||||
white-space: normal;
|
white-space: pre-wrap;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|
Loading…
Reference in a new issue