Skip to content

Commit

Permalink
Minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill committed Apr 25, 2023
1 parent c0ef1fb commit 927ec0a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
8 changes: 0 additions & 8 deletions preview-src/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ Eu mea inani iriure.footnote:[Quisque porta facilisis tortor, vitae bibendum vel
}
----

.Example paragraph syntax
[,asciidoc]
----
.Optional title
[example]
This is an example paragraph.
----

.Optional title
[example]
This is an example paragraph.
Expand Down
2 changes: 1 addition & 1 deletion src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@
}

.doc .literalblock pre {
padding-left: 10px;
padding-left: 1em;
}

code[class*=language-],
Expand Down
10 changes: 9 additions & 1 deletion src/css/feedback-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
flex-direction: column;
display: flex;
padding: 20px;
gap: 10px;
overflow: auto;
border-radius: 8px;
}

.feedback-modal textarea {
font-family: inherit;
}

.modal-overlay {
z-index: 1000;
position: fixed;
Expand All @@ -37,6 +40,11 @@
margin-bottom: 5px;
}

.feedback-modal .radio-buttons.form-field {
display: flex;
flex-direction: column;
}

.feedback-modal .form-field {
margin-bottom: 20px;
}
Expand Down
4 changes: 0 additions & 4 deletions src/partials/feedback-forms.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
<input type="radio" name="feedback" id="solvedProblem" value="Solved my problem" checked="">
<span class="radio-label">Solved my problem</span>
</label>
<br>
<label>
<input type="radio" name="feedback" id="easyToUnderstand" value="Easy to understand">
<span class="radio-label">Easy to understand</span>
</label>
<br>
<label>
<input type="radio" name="feedback" id="other" value="other">
<span class="radio-label">Other</span>
Expand Down Expand Up @@ -66,12 +64,10 @@
<input type="radio" name="feedback" id="solvedProblem" value="Solved my problem" checked="">
<span class="radio-label">Did not solve my problem</span>
</label>
<br>
<label>
<input type="radio" name="feedback" id="easyToUnderstand" value="Easy to understand">
<span class="radio-label">Hard to understand</span>
</label>
<br>
<label>
<input type="radio" name="feedback" id="other" value="other">
<span class="radio-label">Other</span>
Expand Down

0 comments on commit 927ec0a

Please sign in to comment.