Skip to content

Commit

Permalink
Fix proposal form icon misalignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgr0dzicki committed Jun 17, 2022
1 parent 9a484e0 commit 7abb09f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions oioioi/problems/static/common/problemsite.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
color: #003eff;
}

.icon-container {
margin: 20px 0 0 1rem;
}

.lower-button {
display: flex;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
<div class="problem-title text-center content-row">
<h1>{{ problem }}</h1>
{% if show_proposal_form %}
<div class="icon-container">
<i id="open-form" type="button" class="fa-solid fa-circle-exclamation tagform-icon clickable" data-toggle="modal"
data-target="#tag-form"></i>
</div>
<i id="open-form" type="button" class="fa-solid fa-circle-exclamation tagform-icon clickable ml-2" data-toggle="modal"
data-target="#tag-form"></i>
{% endif %}
</div>

Expand Down

0 comments on commit 7abb09f

Please sign in to comment.