styling fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
.web_button_div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.web_button_container {}
|
||||
|
||||
.web_button_img {}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user