Skip to content

Commit

Permalink
enhance 9492b1e
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Jan 6, 2025
1 parent 9492b1e commit 20d713e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/frontend-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-replace": "5.0.7",
"@rollup/pluginutils": "5.1.3",
"@tabler/icons-webfont": "3.3.0",
"@tabler/icons-webfont": "3.26.0",
"@twemoji/parser": "15.1.1",
"@vitejs/plugin-vue": "5.2.0",
"@vue/compiler-sfc": "3.5.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@rollup/plugin-replace": "5.0.7",
"@rollup/pluginutils": "5.1.3",
"@syuilo/aiscript": "0.19.0",
"@tabler/icons-webfont": "3.3.0",
"@tabler/icons-webfont": "3.26.0",
"@twemoji/parser": "15.1.1",
"@vitejs/plugin-vue": "5.2.0",
"@vue/compiler-sfc": "3.5.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ SPDX-License-Identifier: AGPL-3.0-only
/>
</MkA>
<div v-if="files.files.length > 1" :class="$style.multiple">
<span style="font-size: initial; text-align: center; margin-right: 0.25em;">{{ files.files.length }}</span>
<i class="ti ti-box-multiple"></i>
<span style="text-align: center; margin-right: 0.25em;">{{ files.files.length }}</span>
<i class="ti ti-box-multiple-filled"></i>
</div>
</div>
</template>
Expand Down Expand Up @@ -154,7 +154,7 @@ html[data-color-scheme=light] .visible {
position: absolute;
top: 10px;
right: 10px;
font-size: 1.45em;
font-size: 1.25em;
color: #fff;
opacity: .9;
filter: drop-shadow(0 0 1.5px #6060608a);
Expand All @@ -180,7 +180,7 @@ html[data-color-scheme=light] .visible {
.multiple {
top: 7px;
right: 7px;
font-size: 1.3em;
font-size: 1.1em;
}
}
</style>
29 changes: 17 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20d713e

Please sign in to comment.