mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Merge branch 'develop' of codeberg.org:calckey/calckey into develop
This commit is contained in:
commit
53b7ce83b2
@ -82,7 +82,7 @@
|
|||||||
<div v-if="quoteId" class="with-quote">
|
<div v-if="quoteId" class="with-quote">
|
||||||
<i class="ph-quotes ph-bold ph-lg"></i>
|
<i class="ph-quotes ph-bold ph-lg"></i>
|
||||||
{{ i18n.ts.quoteAttached
|
{{ i18n.ts.quoteAttached
|
||||||
}}<button @click="quoteId = null">
|
}}<button class="_button" @click="quoteId = null">
|
||||||
<i class="ph-x ph-bold ph-lg"></i>
|
<i class="ph-x ph-bold ph-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -1112,11 +1112,16 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .with-quote {
|
> .with-quote {
|
||||||
margin: 0 0 8px 0;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: .4em;
|
||||||
|
margin-inline: 24px;
|
||||||
|
margin-bottom: 12px;
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
|
||||||
> button {
|
> button {
|
||||||
padding: 4px 8px;
|
display: flex;
|
||||||
|
padding: 0;
|
||||||
color: var(--accentAlpha04);
|
color: var(--accentAlpha04);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user