styling fixed

This commit is contained in:
2026-04-23 11:55:41 +01:00
parent 039f832724
commit b30478a537
15 changed files with 345 additions and 304 deletions
+8
View File
@@ -0,0 +1,8 @@
.web_button_div {
display: flex;
flex-direction: row;
}
.web_button_container {}
.web_button_img {}
+1 -11
View File
@@ -1,5 +1,6 @@
<script lang="ts" module>
import json from "./dic.json";
import "./webButton.scss";
const imageModules = import.meta.glob(
"./imgs/*.{avif,AVIF,heif,HEIF,jpeg,JPEG,jpg,JPG,png,PNG,tiff,TIFF,webp,WEBP}",
{
@@ -37,14 +38,3 @@
</a>
{/each}
{/snippet}
<style>
.web_button_div {
display: flex;
flex-direction: row;
}
.web_button_container {
}
.web_button_img {
}
</style>