File tree Expand file tree Collapse file tree 1 file changed +26
-13
lines changed
Expand file tree Collapse file tree 1 file changed +26
-13
lines changed Original file line number Diff line number Diff line change @@ -168,34 +168,47 @@ a:hover .badge {
168168 width : 100% ;
169169}
170170
171- /* At medium screens and up, arrange navbar items horizontally */
172- @media (min-width : 992px ) {
173- .navbar-content-wrapper {
171+ .navbar-nav {
172+ margin-bottom : 0.5rem ;
173+ }
174+
175+ /* Mobile: stack actions vertically, tablet+: horizontal */
176+ .navbar-actions {
177+ flex-direction : column;
178+ gap : 0.5rem !important ;
179+ align-items : stretch !important ;
180+ }
181+
182+ .navbar-actions .input-group {
183+ width : 100% !important ;
184+ }
185+
186+ @media (min-width : 576px ) {
187+ .navbar-actions {
174188 flex-direction : row;
175189 align-items : center;
176190 }
177191
178- .navbar-actions {
179- margin-left : auto ;
192+ .navbar-actions . input-group {
193+ width : 250 px ;
180194 }
181195}
182196
183- /* Between medium and large screens, stack actions below nav items */
184- @media (min-width : 992px ) and (max-width : 1099px ) {
197+ @media (min-width : 992px ) {
185198 .navbar-content-wrapper {
186- flex-direction : column ;
187- align-items : flex-start ;
199+ flex-direction : row ;
200+ align-items : center ;
188201 }
189202
190203 .navbar-nav {
191- margin-bottom : 0.5 rem ;
204+ margin-bottom : 0 ;
192205 }
193206
194207 .navbar-actions {
195- margin-left : 0 ;
208+ margin-left : auto ;
196209 }
197210
198- .navbar-actions .form-control {
199- width : 200 px !important ;
211+ .navbar-actions .input-group {
212+ width : 300 px ;
200213 }
201214}
You can’t perform that action at this time.
0 commit comments