diff --git a/app/static/css/style.css b/app/static/css/style.css index 7bdfad0..f7000eb 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -342,28 +342,10 @@ main { padding: 0.75rem; } - /* Modal: Smaller channel keys on mobile */ - .list-group-item small { - font-size: 0.65rem; - word-break: break-all; - } - /* Modal: Compact channel list */ .modal .list-group-item { padding: 0.5rem; } - - /* Modal: Stack buttons vertically on very small screens */ - @media (max-width: 400px) { - .btn-group { - flex-direction: column; - } - - .btn-group .btn { - border-radius: 0.375rem !important; - margin-bottom: 0.25rem; - } - } } /* Loading State */