Disallow invalid inline style comments in stylesheets (#9099)
This commit is contained in:
parent
8eeeee1aa2
commit
72c24af5c0
193 changed files with 1520 additions and 1518 deletions
|
@ -16,9 +16,9 @@ limitations under the License.
|
|||
|
||||
.mx_VerificationPanel_verified_section,
|
||||
.mx_VerificationPanel_reciprocate_section {
|
||||
// center the big shield icon
|
||||
/* center the big shield icon */
|
||||
.mx_E2EIcon {
|
||||
// Override general user info margin
|
||||
/* Override general user info margin */
|
||||
margin: 20px auto !important;
|
||||
}
|
||||
}
|
||||
|
@ -65,11 +65,11 @@ limitations under the License.
|
|||
border-radius: 4px;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
// Override general user info margin
|
||||
/* Override general user info margin */
|
||||
margin: 0 auto !important;
|
||||
|
||||
canvas {
|
||||
// override height and width which are set on the element directly
|
||||
/* override height and width which are set on the element directly */
|
||||
height: auto !important;
|
||||
width: 100% !important;
|
||||
max-width: 240px;
|
||||
|
@ -87,7 +87,7 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
// Special case styling for EncryptionPanel in a Modal dialog
|
||||
/* Special case styling for EncryptionPanel in a Modal dialog */
|
||||
.mx_Dialog, .mx_CompleteSecurity_body {
|
||||
.mx_VerificationPanel_QRPhase_startOptions {
|
||||
display: flex;
|
||||
|
@ -140,9 +140,9 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
// EncryptionPanel when verification is done
|
||||
/* EncryptionPanel when verification is done */
|
||||
.mx_VerificationPanel_verified_section {
|
||||
// right align the "Got it" button
|
||||
/* right align the "Got it" button */
|
||||
.mx_AccessibleButton {
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue