-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polishing the comment box design #1261
Comments
For the buttons to be still centered when wider viewport .wc-Comment-button {
text-align: right;
margin: 0.6em auto 0 auto;
display: flex;
flex-direction: row;
justify-content: center;
}
.wc-Button {
display: inline-block;
margin-bottom: .5em;
padding: .5em 2em;
text-decoration: none;
font-weight: 700;
border-radius: 20px;
color: rgb(0, 0, 0);
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
font-size: inherit;
line-height: normal;
background-color: transparent;
background-image: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-appearance: none;
margin: 0 1em .5em 1em;
} |
ping @magsout for any recommendations with regards to the CSS used. |
+1 for visual changes. |
@karlcow design looks good 👍
|
all the values came from my hacking directly on the current CSS once in the browser through developer tools. so the px, prefixes, etc were not from me. :) but understood for the recommendations. Thanks. |
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 5, 2017
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 5, 2017
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 5, 2017
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Jan 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the 2016 design iteration, the comment box looks like:
We knew it when we deployed the new version. It is time to fix it. 🤖
remove the textarea border
Proposal for images upload.
The text was updated successfully, but these errors were encountered: