fix attachments. remove webhook sending for speedup
This commit is contained in:
@ -34,7 +34,7 @@ div.reminderContent.is-collapsed .channel-field {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
div.reminderContent.is-collapsed .columns {
|
||||
div.reminderContent.is-collapsed .reminder-topbar {
|
||||
display: inline-flex;
|
||||
margin-bottom: 0px;
|
||||
flex-grow: 1;
|
||||
@ -555,3 +555,11 @@ textarea, input {
|
||||
.create-reminder {
|
||||
margin: 0 12px 12px 12px;
|
||||
}
|
||||
|
||||
.button.is-success:not(.is-outlined) {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.button.is-outlined.is-success {
|
||||
background-color: white;
|
||||
}
|
||||
|
Reference in New Issue
Block a user