diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index 69d2670..35c2472 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -78,7 +78,7 @@ } .select-style { - @apply block w-full px-3 py-1.5 border border-default-slate/50 rounded-xs text-base-background + @apply block w-full px-2 py-1.5 border border-default-slate/50 rounded-xs text-base-background } .select-style option { @@ -86,7 +86,7 @@ } .input-style { - @apply block w-full px-3 py-1.5 border border-default-slate/50 rounded-xs + @apply block w-full px-2 py-1.5 border border-default-slate/50 rounded-xs } .textarea-style { @@ -109,11 +109,11 @@ } .side-bar { - @apply w-[16rem] px-4 text-lg font-bold divide-y divide-base-border; + @apply w-[16rem] pl-4 text-lg font-bold divide-y divide-base-border; } .content { - @apply rounded-lg bg-base-secondary; + @apply lg:rounded-lg bg-base-secondary; } .page-title { @@ -234,3 +234,13 @@ ::-webkit-scrollbar-thumb:hover { background-color: rgba(100, 100, 100, 0.6); } + +.input-style::-webkit-outer-spin-button, +.input-style::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + +.input-style[type="number"] { + -moz-appearance: textfield; +} \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a26c021..4e1bf29 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -23,20 +23,20 @@ -
+ <%= turbo_frame_tag :modals %>