Skip to content

Commit

Permalink
Merge pull request #868 from scidsg/fit-and-finish
Browse files Browse the repository at this point in the history
Fit and finish
  • Loading branch information
glenn-sorrentino authored Jan 18, 2025
2 parents 3d1b219 + b324e6b commit 34da5e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions hushline/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,6 @@ img.upgrade {
-ms-overflow-style: none;
scrollbar-width: none;
gap: 1.25rem;
margin-top: 0.5rem;
}

.tab-list li {
Expand Down Expand Up @@ -2450,14 +2449,14 @@ p.bio + .extra-fields {
}

.settings-main .settings-content .tab-list li button {
padding: 0.25rem 0.625rem 0.25rem 0;
padding: 0 0.625rem 0 0;
}

.settings-main .settings-content .tab-list {
display: flex;
flex-direction: column;
padding-top: 0.25rem;
gap: 0;
margin-top: 0;
}

.settings-main .settings-content .settings-tabs + div {
Expand Down Expand Up @@ -2619,6 +2618,7 @@ h3 {

.drill-in h3 {
margin-bottom: 0;
margin-top: 0;
}

.drill-in .checkbox-group {
Expand Down
2 changes: 1 addition & 1 deletion hushline/templates/submission_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>👍 Message Submitted!</h1>
</div>

<p>
<strong>Do not</strong> share this linkt with anyone else.
<strong>Do not</strong> share this link with anyone else.
If you do, anyone who has it can see if your message has been replied to or not.
</p>

Expand Down
2 changes: 1 addition & 1 deletion hushline/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.70"
__version__ = "0.3.71"

0 comments on commit 34da5e4

Please sign in to comment.