revert unrelated changes

This commit is contained in:
kakkokari-gtyih 2025-05-04 19:41:48 +09:00
parent 6dd8376edd
commit be6bb552dd
2 changed files with 21 additions and 1 deletions

View File

@ -760,6 +760,10 @@ function emitUpdReaction(emoji: string, delta: number) {
& + .article {
padding-top: 8px;
}
> .colorBar {
height: calc(100% - 6px);
}
}
.renoteAvatar {
@ -831,6 +835,16 @@ function emitUpdReaction(emoji: string, delta: number) {
padding: 28px 32px;
}
.colorBar {
position: absolute;
top: 8px;
left: 8px;
width: 5px;
height: calc(100% - 16px);
border-radius: 999px;
pointer-events: none;
}
.avatar {
flex-shrink: 0;
display: block !important;
@ -1054,6 +1068,13 @@ function emitUpdReaction(emoji: string, delta: number) {
}
}
}
.colorBar {
top: 6px;
left: 6px;
width: 4px;
height: calc(100% - 12px);
}
}
@container (max-width: 300px) {

View File

@ -60,7 +60,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<i v-else-if="appearNote.visibility === 'specified'" ref="specified" class="ti ti-mail"></i>
</span>
<span v-if="appearNote.localOnly" style="margin-left: 0.5em;" :title="i18n.ts._visibility['disableFederation']"><i class="ti ti-rocket-off"></i></span>
<span v-if="appearNote.channel" style="margin-left: 0.5em;" :title="appearNote.channel.name"><i class="ti ti-device-tv"></i></span>
</div>
</div>
<div :class="$style.noteHeaderUsernameAndBadgeRoles">