Add secondary toot button (opt-in) (#153)

Add secondary toot button + other toot button enhancements. 
Squashing so it's easy to revert if needed.
This commit is contained in:
Ondřej Hruška
2017-09-23 23:11:02 +02:00
committed by GitHub
parent 169d83f532
commit 67f8277526
5 changed files with 104 additions and 7 deletions

View File

@@ -421,6 +421,24 @@
.compose-form__publish-button-wrapper {
overflow: hidden;
padding-top: 10px;
white-space: nowrap;
display: flex;
button {
text-overflow: unset;
}
}
.compose-form__publish__side-arm {
padding: 0 !important;
width: 4em;
text-align: center;
opacity: .8;
margin-right: 2px;
}
.compose-form__publish__primary {
padding: 0 10px !important;
}
.emojione {