File tree Expand file tree Collapse file tree
packages/ui/src/components/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 423423 color : # 9ca3af ;
424424}
425425
426- /* Mobile: stack tabs horizontally */
427- @media (max-width : 480px ) {
426+ /* Mobile: full-page settings */
427+ @media (max-width : 640px ) {
428+ .cept-settings-overlay {
429+ align-items : stretch;
430+ justify-content : stretch;
431+ }
432+ .cept-settings-dialog {
433+ width : 100% ;
434+ max-width : none;
435+ max-height : none;
436+ height : 100dvh ;
437+ border-radius : 0 ;
438+ box-shadow : none;
439+ }
428440 .cept-settings-body {
429441 flex-direction : column;
430442 }
439451 white-space : nowrap;
440452 flex-shrink : 0 ;
441453 }
454+ .cept-wizard-dialog {
455+ width : 100% ;
456+ max-width : none;
457+ max-height : none;
458+ height : 100dvh ;
459+ border-radius : 0 ;
460+ box-shadow : none;
461+ }
442462}
443463
444464/* Dark mode */
You can’t perform that action at this time.
0 commit comments