File tree Expand file tree Collapse file tree 3 files changed +5
-68
lines changed
Expand file tree Collapse file tree 3 files changed +5
-68
lines changed Original file line number Diff line number Diff line change 5454 "react" : " ^19.0.0" ,
5555 "react-dom" : " ^19.0.0" ,
5656 "react-hook-form" : " ^7.55.0" ,
57- "react-resizable-panels" : " ^2.1.8" ,
5857 "recharts" : " ^2.15.3" ,
5958 "sonner" : " ^2.0.3" ,
6059 "tailwind-merge" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 7575 --sidebar-ring : hsl (217.2 91.2% 59.8% );
7676}
7777
78- @theme {
78+ @theme inline {
7979 --breakpoint- * : initial;
8080 --breakpoint-sm : 640px ;
8181 --breakpoint-md : 768px ;
144144 height : var (--radix-accordion-content-height );
145145 }
146146 }
147+
147148 @keyframes accordion-up {
148149 from {
149150 height : var (--radix-accordion-content-height );
172173 }
173174}
174175
175- @layer base {
176- * {
177- @apply border-border;
178- }
179- body {
180- @apply bg-background text-foreground;
181- }
182- }
183-
184176@layer base {
185177 .no-webview-scroll-bar ::-webkit-scrollbar {
186178 display : none;
190182 /* 全角括弧が重ならないようにするため */
191183 text-spacing-trim : space-all;
192184 }
193- }
194185
195- @layer base {
196186 * {
197- @apply border-border outline-ring/50 ;
187+ @apply border-border;
198188 }
189+
199190 body {
200191 @apply bg-background text-foreground;
201192 }
202- }
203-
204- /*
205- ---break---
206- */
207-
208- @theme inline {
209- --color-sidebar : var (--sidebar );
210- --color-sidebar-foreground : var (--sidebar-foreground );
211- --color-sidebar-primary : var (--sidebar-primary );
212- --color-sidebar-primary-foreground : var (--sidebar-primary-foreground );
213- --color-sidebar-accent : var (--sidebar-accent );
214- --color-sidebar-accent-foreground : var (--sidebar-accent-foreground );
215- --color-sidebar-border : var (--sidebar-border );
216- --color-sidebar-ring : var (--sidebar-ring );
217- --animate-accordion-down : accordion-down 0.2s ease-out;
218- --animate-accordion-up : accordion-up 0.2s ease-out;
219- /*
220- ---break---
221- */
222- @keyframes accordion-down {
223- from {
224- height : 0 ;
225- }
226- to {
227- height : var (--radix-accordion-content-height );
228- }
229- }
230- /*
231- ---break---
232- */
233- @keyframes accordion-up {
234- from {
235- height : var (--radix-accordion-content-height );
236- }
237- to {
238- height : 0 ;
239- }
240- }
241- }
193+ }
You can’t perform that action at this time.
0 commit comments