You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Fix CSS silliness
Meant to replace the existing block rather than add another one with the same name! Also meant vw rather than width.
This commit is contained in:
@@ -41,13 +41,10 @@ limitations under the License.
|
||||
margin-top: 16px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.mx_Dialog_fixedWidth {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_Dialog_fixedWidth {
|
||||
max-width: 1000px;
|
||||
width: 90%;
|
||||
width: 90vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user