make DotButton content overflow & add depart styling
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
|
||||
<div v-if="mode === 'view' && node.siblings && node.siblings.length">
|
||||
<b-button :id="'siblings-' + node.id">
|
||||
<b-button :id="'siblings-' + node.id" variant="depart" class="mb-2">
|
||||
{{ $t('siblings') }}
|
||||
</b-button>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</div>
|
||||
|
||||
<div v-if="mode === 'card' && preview" class="mt-2">
|
||||
<b-button @click="onOpenSelf()" variant="outline-dark" class="btn-read">
|
||||
<b-button @click="onOpenSelf()" variant="depart" class="btn-read">
|
||||
{{ $t('text.read') }}
|
||||
</b-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user