File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 300300 border : 1px solid rgba (0 , 255 , 136 , 0.1 );
301301 border-radius : 10px ;
302302 background : # 0e0e16 ;
303- flex : 2 ;
303+ flex : 4 ;
304304 min-height : 0 ;
305305 display : flex;
306306 flex-direction : column;
562562 margin-top : 4px ;
563563}
564564
565- /* Prediction market — compact */
565+ /* Prediction market — compact, flex participant */
566566.prediction-section {
567567 border : 1px solid rgba (0 , 255 , 136 , 0.1 );
568568 border-radius : 10px ;
569569 background : # 0e0e16 ;
570570 padding : 12px 16px ;
571- flex-shrink : 0 ;
571+ flex : 1 ;
572+ min-height : 0 ;
573+ overflow : hidden;
572574}
573575
574576.prediction-header {
592594.bottom-row {
593595 display : grid;
594596 grid-template-columns : 1fr auto;
595- gap : 16px ;
596- flex-shrink : 0 ;
597+ gap : 12px ;
598+ flex : 1 ;
599+ min-height : 0 ;
600+ overflow : hidden;
597601}
598602
599603.activity-section {
Original file line number Diff line number Diff line change 300300 border : 1px solid rgba (0 , 255 , 136 , 0.1 );
301301 border-radius : 10px ;
302302 background : # 0e0e16 ;
303- flex : 2 ;
303+ flex : 4 ;
304304 min-height : 0 ;
305305 display : flex;
306306 flex-direction : column;
562562 margin-top : 4px ;
563563}
564564
565- /* Prediction market — compact */
565+ /* Prediction market — compact, flex participant */
566566.prediction-section {
567567 border : 1px solid rgba (0 , 255 , 136 , 0.1 );
568568 border-radius : 10px ;
569569 background : # 0e0e16 ;
570570 padding : 12px 16px ;
571- flex-shrink : 0 ;
571+ flex : 1 ;
572+ min-height : 0 ;
573+ overflow : hidden;
572574}
573575
574576.prediction-header {
592594.bottom-row {
593595 display : grid;
594596 grid-template-columns : 1fr auto;
595- gap : 16px ;
596- flex-shrink : 0 ;
597+ gap : 12px ;
598+ flex : 1 ;
599+ min-height : 0 ;
600+ overflow : hidden;
597601}
598602
599603.activity-section {
You can’t perform that action at this time.
0 commit comments