Skip to content

Commit f2c033a

Browse files
committed
Potentially added fix for skeleton loading
1 parent f9f9abc commit f2c033a

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

seeds/index.html

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -46,31 +46,31 @@
4646
margin-right: 2px;
4747
}
4848
.tab-btn {
49-
flex: 1;
50-
background: #336699;
51-
color: white;
52-
border: none;
53-
padding: 0.5em 1em;
54-
cursor: pointer;
55-
font-family: 'Minecraft Regular';
56-
text-align: center;
57-
font-size: 1em;
58-
border: 2px solid black;
59-
box-shadow:
60-
-2px 0 0 #667C96,
61-
2px 0 0 #667C96,
62-
0 -2px 0 #667C96;
63-
border-bottom: 4px solid rgba(0, 0, 0, 0.3);
64-
z-index: 1;
65-
justify-content: center;
66-
display: flex;
67-
align-items: center;
68-
gap: 8px;
69-
image-rendering: pixelated;
70-
margin-bottom: 5px;
71-
position: relative;
72-
top: 5px;
73-
transition: ease-in-out 0.05s;
49+
flex: 1;
50+
background: #336699;
51+
color: white;
52+
border: none;
53+
padding: 0.5em 1em;
54+
cursor: pointer;
55+
font-family: 'Minecraft Regular';
56+
text-align: center;
57+
font-size: 1em;
58+
border: 2px solid black;
59+
box-shadow:
60+
-2px 0 0 #667C96,
61+
2px 0 0 #667C96,
62+
0 -2px 0 #667C96;
63+
border-bottom: 4px solid rgba(0, 0, 0, 0.3);
64+
z-index: 1;
65+
justify-content: center;
66+
display: flex;
67+
align-items: center;
68+
gap: 8px;
69+
image-rendering: pixelated;
70+
margin-bottom: 5px;
71+
position: relative;
72+
top: 5px;
73+
transition: ease-in-out 0.05s;
7474
}
7575
.tab-btn:hover {
7676
filter: brightness(1.2);
@@ -151,6 +151,7 @@
151151
object-fit: cover;
152152
border: 2px solid black;
153153
outline: 2px solid rgba(255, 255, 255, 0.3);
154+
aspect-ratio: 10/6;
154155
}
155156
.seedNo {
156157
font-weight: normal;

0 commit comments

Comments
 (0)