commit 1641eb2c25ad0863acf655bd451a57303edcbdb5
parent 92f739034715e078b67bd73b0dbcbbe249a2eefb
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 14 Sep 2019 11:34:12 -0400
Tweak the isso auth section to have uniform height
Diffstat:
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/layouts/partials/css/isso.css b/layouts/partials/css/isso.css
@@ -28,6 +28,7 @@
outline: 0;
}
#isso-thread .textarea.placeholder {
+ color: var(--text-color)
}
#isso-root .isso-comment {
@@ -52,7 +53,7 @@
.isso-comment > div.avatar > svg {
max-width: 48px;
max-height: 48px;
- border: 3px solid var(--stress-2-color);
+ border: 2px solid var(--stress-2-color);
border-radius: 5px;
}
.isso-comment > div.text-wrapper {
@@ -112,7 +113,7 @@
.isso-comment > div.text-wrapper > div.textarea-wrapper .textarea,
.isso-comment > div.text-wrapper > div.textarea-wrapper .preview {
width: 100%;
- border: 3px solid var(--stress-2-color);
+ border: 2px solid var(--stress-2-color);
border-radius: 5px;
}
.isso-comment > div.text-wrapper > .isso-comment-footer {
@@ -170,7 +171,7 @@
padding: .4em .8em;
border-radius: 5px;
background: var(--background-color);
- border: 3px solid var(--stress-2-color);
+ border: 2px solid var(--stress-2-color);
}
.isso-postbox > .form-wrapper input[type=checkbox] {
vertical-align: middle;
@@ -199,7 +200,7 @@
background: var(--background-color);
color: var(--text-color);
line-height: 1.4em;
- border: 3px solid var(--stress-2-color);
+ border: 2px solid var(--stress-2-color);
}
.isso-postbox > .form-wrapper > .auth-section .post-action {
display: inline-block;
@@ -207,9 +208,9 @@
margin: 0 0 0 5px;
}
.isso-postbox > .form-wrapper > .auth-section .post-action > input {
- padding: calc(.3em - 1px);
+ padding: .3em;
border-radius: 5px;
- border: 0;
+ border: 2px solid var(--stress-1-color);
background-color: var(--stress-1-color);
color: var(--accent-color);
cursor: pointer;