Tweak composer button padding so it won't affect status
This commit is contained in:
parent
c76b273fae
commit
7d6b996952
1 changed files with 1 additions and 5 deletions
|
@ -65,10 +65,6 @@ limitations under the License.
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MessageComposer .mx_AccessibleButton {
|
|
||||||
padding: 0 12px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MessageComposer_composecontrols {
|
.mx_MessageComposer_composecontrols {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -185,7 +181,7 @@ limitations under the License.
|
||||||
/*display: table-cell;*/
|
/*display: table-cell;*/
|
||||||
/*vertical-align: middle;*/
|
/*vertical-align: middle;*/
|
||||||
/*padding-left: 10px;*/
|
/*padding-left: 10px;*/
|
||||||
padding-right: 5px;
|
padding-right: 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue