mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
CSS for GroupView: align "save"/"cancel" buttons in settings
This commit is contained in:
parent
f64f293cdb
commit
2adf08dee0
@ -17,6 +17,8 @@ limitations under the License.
|
|||||||
.mx_GroupView {
|
.mx_GroupView {
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_error {
|
.mx_GroupView_error {
|
||||||
@ -72,6 +74,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_GroupView_header_rightCol {
|
.mx_GroupView_header_rightCol {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_GroupView_textButton {
|
.mx_GroupView_textButton {
|
||||||
|
Loading…
Reference in New Issue
Block a user