File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262
6363.top-controls-row {
6464 display : grid;
65- grid-template-columns : minmax (240 px , 380 px ) minmax (280 px , 1fr ) auto;
65+ grid-template-columns : minmax (320 px , 1.15 fr ) minmax (260 px , 1fr ) auto;
6666 gap : 1rem ;
6767 align-items : center;
6868}
7171 display : flex;
7272 flex-wrap : nowrap;
7373 align-items : stretch;
74- max-width : 380 px ;
74+ max-width : none ;
7575 margin : 0 ;
7676}
7777
@@ -187,6 +187,7 @@ body {
187187 align-items : center;
188188 gap : 1rem ;
189189 min-width : 0 ;
190+ max-width : 500px ;
190191}
191192
192193.slider-inline-label {
@@ -685,7 +686,7 @@ body {
685686
686687@media (max-width : 1200px ) {
687688 .top-controls-row {
688- grid-template-columns : minmax (260 px , 1fr ) auto;
689+ grid-template-columns : minmax (300 px , 1. 1fr ) auto;
689690 align-items : start;
690691 }
691692
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ <h1><i class="fas fa-chart-line me-3"></i>Sentify</h1>
130130 data-bs-toggle ="modal "
131131 data-bs-target ="#tuningModal "
132132 >
133- < i class ="fas fa-sliders me-2 "> </ i > Recommendation Tuning
133+ < i class ="fas fa-sliders me-2 "> </ i > Tune Signals
134134 </ button >
135135 < button
136136 type ="submit "
You can’t perform that action at this time.
0 commit comments