Skip to content

Commit 9f5b161

Browse files
authored
Fix accidental loading status clipping in wide windows (#85)
Since the logo is a text-clipped gradient and the backouground size is preset, we sometimes don't render the loading text if the browser window is really larget. Seems like we don't need the background-size at all, which fixes the problem.
1 parent 3c31693 commit 9f5b161

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

JetStream.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ a.button {
224224
color: transparent;
225225
background-image: linear-gradient(132deg, #96E5FF 0%, #96E5FF 2%, #86D9FF 42%, #8BDAFF 84%, #96E5FF 98%, #96E5FF 100%);
226226
-webkit-background-clip: text;
227-
background-size: 1200px 100%;
228227
background-repeat: no-repeat;
229228
-webkit-touch-callout: none;
230229
-webkit-user-select: none;

0 commit comments

Comments
 (0)