Skip to content

Commit 92446ba

Browse files
committed
svelte4 style fixes
1 parent c176398 commit 92446ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/app.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@
140140

141141
/* CodeMirror Base Overrides */
142142
.cm-editor {
143-
@apply !font-mono text-sm border border-border-default dark:border-dark-border-default rounded-lg;
143+
@apply font-mono! text-sm border border-border-default dark:border-dark-border-default rounded-lg;
144144
height: 100% !important; /* Force height */
145145
}
146146
.cm-scroller {
147-
@apply !font-mono;
147+
@apply font-mono!;
148148
}
149149
/* oneDark Theme specific overrides for better integration */
150150
.cm-theme-onedark .cm-gutters {
@@ -181,7 +181,7 @@
181181
@apply px-2.5 py-1 text-xs rounded;
182182
}
183183
.btn-icon {
184-
@apply !p-2; /* Specific padding for icon-only buttons */
184+
@apply p-2!; /* Specific padding for icon-only buttons */
185185
}
186186
.btn-primary {
187187
@apply text-white bg-primary hover:bg-primary-dark focus:ring-primary;

frontend/src/routes/Home.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<section class="hero-section relative isolate bg-bg-default dark:bg-dark-bg-default min-h-[80vh] flex items-center justify-center px-4 sm:px-6 lg:px-8 xl:px-12 2xl:px-20">
2929
<div class="relative z-10 text-center w-full -mt-4 sm:-mt-6">
3030
<div class="hero-animate-flyIn" style="--fly-y: -20px; --fly-delay: 100ms;">
31-
<h1 class="mx-auto max-w-full xl:max-w-7xl text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-bold tracking-tight text-fg-default dark:text-dark-fg-default !leading-tight px-2 sm:px-4">
31+
<h1 class="mx-auto max-w-full xl:max-w-7xl text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-bold tracking-tight text-fg-default dark:text-dark-fg-default leading-tight! px-2 sm:px-4">
3232
Code, Run, <span class="text-primary dark:text-primary-light">Integrate</span>. Instantly.
3333
</h1>
3434
</div>

0 commit comments

Comments
 (0)