mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
ui: padding
This commit is contained in:
parent
74249737d3
commit
41c5f94fbf
1 changed files with 3 additions and 3 deletions
|
@ -288,7 +288,7 @@ defineExpose({
|
|||
<div flex gap-4>
|
||||
<div w-12 h-full sm:block hidden />
|
||||
<div
|
||||
v-if="shouldExpanded" flex="~ gap-2 1" m="s--1" pt-2 justify="between" max-full
|
||||
v-if="shouldExpanded" flex="~ gap-1 1" m="s--1" pt-2 justify="between" max-w-full
|
||||
border="t base"
|
||||
>
|
||||
<PublishEmojiPicker
|
||||
|
@ -330,13 +330,13 @@ defineExpose({
|
|||
|
||||
<CommonTooltip placement="top" :content="$t('tooltip.change_language')">
|
||||
<CommonDropdown placement="bottom">
|
||||
<button btn-action-icon :aria-label="$t('tooltip.change_language')">
|
||||
<button btn-action-icon :aria-label="$t('tooltip.change_language')" w-12 mr--1>
|
||||
<div i-ri:translate-2 />
|
||||
<div i-ri:arrow-down-s-line text-sm text-secondary me--1 />
|
||||
</button>
|
||||
|
||||
<template #popper>
|
||||
<div min-w-80 p3>
|
||||
<div min-w-80>
|
||||
<!-- TODO search lang -->
|
||||
<!-- <input
|
||||
placeholder="Search"
|
||||
|
|
Loading…
Reference in a new issue