Update _MessageActionBar.scss

Increase size of buttons
pull/21833/head
Nique Woodhouse 2021-05-19 11:17:34 +01:00
parent 8a3db3b40a
commit 5daca41bfb
1 changed files with 4 additions and 4 deletions

View File

@ -20,12 +20,12 @@ limitations under the License.
visibility: hidden;
cursor: pointer;
display: flex;
height: 28px;
height: 32px;
line-height: $font-24px;
border-radius: 8px;
background: $primary-bg-color;
border: 1px solid $input-border-color;
top: -28px;
top: -32px;
right: 8px;
user-select: none;
// Ensure the action bar appears above over things, like the read marker.
@ -63,8 +63,8 @@ limitations under the License.
}
.mx_MessageActionBar_maskButton {
width: 24px;
height: 24px;
width: 28px;
height: 28px;
}
.mx_MessageActionBar_maskButton::after {