File tree Expand file tree Collapse file tree
dashboard/templates/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474.title-row {
7575 display : flex;
7676 margin-top : 2em ;
77- margin-right : 8px ;
78- padding-bottom : 5px ;
7977 float : right;
8078 border-bottom : 2px solid # 3E24FB ;
8179}
@@ -200,15 +198,11 @@ body {
200198 }
201199}
202200
203- @media (min-width : 992 px ) and ( max-width : 1024 px ) {
201+ @media (max-width : 991.98 px ) {
204202
205203 .bounty_row {
206- padding-left : 1rem ;
207- padding-right : 2rem ;
204+ padding-left : 0 ;
208205 }
209- }
210-
211- @media (max-width : 991.98px ) {
212206
213207 # onboard-dashboard .robot {
214208 display : none;
@@ -222,15 +216,6 @@ body {
222216 padding-right : 3em ;
223217 }
224218
225- # filter {
226- padding-left : 20px ;
227- }
228-
229- .bounty_row {
230- padding-left : 1em ;
231- padding-right : 2em ;
232- }
233-
234219 .bounty-info {
235220 top : 10px ;
236221 font-size : 10px ;
Original file line number Diff line number Diff line change 4141 </ div >
4242
4343 < div class ="col-12 col-lg-9 col-xl-10 body ">
44- < div class ="container " id ="bounties ">
44+ < div class ="container-fluid p-2 " id ="bounties ">
4545 < div id ="dashboard-title " class ="hidden ">
4646 {% include 'shared/search_bar.html' %}
4747 < div class ="row mt-2 mb-2 ">
4848 </ div >
4949 </ div >
50- < div class ="col-12 col-lg-11 title-row ">
50+ < div class ="col-12 col-lg-11 pl-2 mr-2 pb-1 title-row ">
5151 < div class ="col-12 col-md-4 ">
5252 < span id ="filter " class ="font-title "> </ span >
5353 < span id ="matches " class ="font-body "> </ span >
You can’t perform that action at this time.
0 commit comments