Fix post header positioning
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
<div class="index">
|
||||
<spotIcon :icon="subType" :text="displayedId" width="auto" />
|
||||
<a v-if="anchorVisible" class="link desktop" @click="copyAnchor" ref="anchor" :href="anchorLink" :title="anchorTitle">
|
||||
<spotIcon :icon="anchorIcon" margin="left" />
|
||||
<spotIcon :icon="anchorIcon" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="time" @mouseleave="mouseOverHeader = false" @mouseover="mouseOverHeader = true" :title="timeDiff?lang.get('time.local', absTimeLocal):''">
|
||||
|
||||
@@ -68,6 +68,9 @@
|
||||
padding: var.$elem-spacing 0px;
|
||||
|
||||
&.index {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var.$elem-spacing;
|
||||
flex: 0 0 auto;
|
||||
|
||||
.link {
|
||||
|
||||
Reference in New Issue
Block a user