fix: modify message css to avoid weird line spacing
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
76952922bf
commit
a56e12149b
1 changed files with 6 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
<div v-else ref="messageElement" :id="props.last ? 'last-message' : undefined" class="message grouped-message" tabindex="0">
|
<div v-else ref="messageElement" :id="props.last ? 'last-message' : undefined" class="message grouped-message" tabindex="0">
|
||||||
<div class="left-column">
|
<div class="left-column">
|
||||||
<div>
|
<div>
|
||||||
<span :class="{ 'invisible': dateHidden }" class="message-date" :title="date.toString()">
|
<span :class="{ 'invisible': dateHidden }" class="message-date side-message-date" :title="date.toString()">
|
||||||
{{ messageDate }}
|
{{ messageDate }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -140,7 +140,7 @@ onMounted(async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-column {
|
.left-column {
|
||||||
margin-right: .5dvw;
|
min-width: 4dvw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
@ -156,6 +156,10 @@ onMounted(async () => {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.side-message-date {
|
||||||
|
font-size: .625em;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.message-date-tooltip {
|
.message-date-tooltip {
|
||||||
height: 20px;;
|
height: 20px;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue