Merge branch 'pageDetailsButtonAlign' into 'develop'
fix(client): page details button icon alignment Co-authored-by: eana <coder@apps.1a23.com> See merge request firefish/firefish!10722
This commit is contained in:
commit
9086ef11ff
1 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,6 @@
|
|||
v-tooltip="i18n.ts._pages.viewSource"
|
||||
:to="`/@${username}/pages/${pageName}/view-source`"
|
||||
class="menu _button"
|
||||
style="transform: translateY(2px)"
|
||||
><i :class="icon('ph-code')"
|
||||
/></MkA>
|
||||
<template
|
||||
|
@ -59,7 +58,6 @@
|
|||
v-tooltip="i18n.ts._pages.editPage"
|
||||
class="menu _button"
|
||||
:to="`/pages/edit/${page.id}`"
|
||||
style="transform: translateY(2px)"
|
||||
><i :class="icon('ph-pencil')"
|
||||
/></MkA>
|
||||
<button
|
||||
|
@ -381,6 +379,7 @@ definePageMetadata(
|
|||
color: #fff;
|
||||
text-shadow: 0 0 8px var(--shadow);
|
||||
font-size: 16px;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
> .koudoku {
|
||||
|
|
Loading…
Reference in a new issue