fix fugly noperm error
parent
b9cf2c6b6c
commit
ca74b09867
|
@ -55,10 +55,12 @@ limitations under the License.
|
|||
.mx_MessageComposer_noperm_error {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
color: $greyed-fg-color;
|
||||
}
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}}
|
||||
|
||||
.mx_MessageComposer_input_wrapper {
|
||||
flex: 1;
|
||||
|
|
Loading…
Reference in New Issue