mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Merge pull request 'Fix Deck Column button & icon alignment' (#9281) from legiayayana/calckey:fix-column-button into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9281
This commit is contained in:
commit
aa5c9656e7
@ -23,7 +23,7 @@
|
||||
<slot name="action"></slot>
|
||||
</div>
|
||||
<span class="header"><slot name="header"></slot></span>
|
||||
<button v-tooltip="i18n.ts.settings" class="menu _button" @click.stop="showSettingsMenu"><i class="ph-three-dots-outline-vertical-bold ph-lg"></i></button>
|
||||
<button v-tooltip="i18n.ts.settings" class="menu _button" @click.stop="showSettingsMenu"><i class="ph-dots-three-outline-vertical-bold ph-lg"></i></button>
|
||||
</header>
|
||||
<div v-show="active" ref="body">
|
||||
<slot></slot>
|
||||
@ -245,6 +245,16 @@ function onDrop(ev) {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.dnpfarvg {
|
||||
header {
|
||||
.ph-lg {
|
||||
vertical-align: -.24em;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.dnpfarvg {
|
||||
--root-margin: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user