Skip to content

Commit 7235d0a

Browse files
authored
Merge pull request #2374 from pinkiebell/layoutfix
Bounty row layout fix(es)
2 parents de8bbdb + 311dda6 commit 7235d0a

2 files changed

Lines changed: 4 additions & 19 deletions

File tree

app/assets/v2/css/dashboard.css

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ body {
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: 992px) and (max-width: 1024px) {
201+
@media (max-width: 991.98px) {
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;

app/dashboard/templates/dashboard/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
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>

0 commit comments

Comments
 (0)