mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-21 13:41:44 +02:00
fix fugly noperm error
This commit is contained in:
parent
b9cf2c6b6c
commit
ca74b09867
@ -55,10 +55,12 @@ limitations under the License.
|
|||||||
.mx_MessageComposer_noperm_error {
|
.mx_MessageComposer_noperm_error {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
text-align: center;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: $greyed-fg-color;
|
color: $greyed-fg-color;
|
||||||
}
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}}
|
||||||
|
|
||||||
.mx_MessageComposer_input_wrapper {
|
.mx_MessageComposer_input_wrapper {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user