more accessibility / post area changes

This commit is contained in:
ryliejamesthomas 2019-06-25 23:20:14 +10:00
parent 6f3309f591
commit 81c2e15ff5
1 changed files with 9 additions and 28 deletions

View File

@ -52,16 +52,6 @@ strong.display-name__html {
/* Posting area */
/* Clearer posting buttons */
button.compose-form__upload-button-icon.icon-button.inverted,
button.compose-form__poll-button-icon.icon-button.inverted,
button.privacy-dropdown__value-icon.icon-button.inverted,
button.text-icon-button {
border:1px solid #ffaec9;
border-top:none;
margin-right:2px;
}
.compose-form .autosuggest-textarea__textarea {
min-height:20em;
}
@ -70,11 +60,6 @@ button.text-icon-button {
padding:0;
}
.compose-form .compose-form__buttons-wrapper {
background-color:#191b22;
padding:0;
}
.compose-form .compose-form__publish .compose-form__publish-button-wrapper {
width:100%;
}
@ -84,15 +69,18 @@ button.text-icon-button {
margin-top:6px;
}
.drawer__inner__mastodon {
background:none;
}
.drawer__inner__mastodon,
.compose-form__publish {
/* Space between posting area and 'toot' button */
.compose-form .compose-form__publish .compose-form__publish-button-wrapper {
background-color:#191b22;
}
/* Area below posting bit */
div.drawer__inner__mastodon {
background:none;
background-color:#191b22;
}
.drawer__inner__mastodon > img {
display:none;
}
@ -102,13 +90,6 @@ button.text-icon-button {
content:url("https://cf.mastohost.com/v1/AUTH_91eb37814936490c95da7b85993cc2ff/gamemaking/custom_emojis/images/000/001/890/original/lsd-face2.png");
}
/* Improve contrast on font-awsome (boo) glyphs, and
CW button */
.fa,
button.text-icon-button {
color:white;
}
.navigation-bar__profile-edit::before {
content:"☞";
font-size:120%;