Disallow invalid inline style comments in stylesheets (#9099)

This commit is contained in:
Germain 2022-07-27 14:39:29 +01:00 committed by GitHub
parent 8eeeee1aa2
commit 72c24af5c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
193 changed files with 1520 additions and 1518 deletions

View file

@ -20,7 +20,7 @@ limitations under the License.
flex: 1;
position: relative;
justify-content: center;
// Contain the amount of layers rendered by constraining what actually needs re-layering via css
/* Contain the amount of layers rendered by constraining what actually needs re-layering via css */
contain: strict;
}
@ -171,7 +171,7 @@ limitations under the License.
padding: 0 24px;
margin-right: 30px;
text-align: center;
margin-bottom: 80px; // visually center the content (intentional offset)
margin-bottom: 80px; /* visually center the content (intentional offset) */
}
.mx_RoomView_MessageList {
@ -207,7 +207,7 @@ hr.mx_RoomView_myReadMarker {
opacity: 1;
}
// Rooms with immersive content
/* Rooms with immersive content */
.mx_RoomView_immersive .mx_RoomHeader_wrapper {
border: unset;
}
@ -274,7 +274,7 @@ hr.mx_RoomView_myReadMarker {
margin-bottom: 4px;
h2 {
margin-top: 6px; // TODO: Use a spacing variable
margin-top: 6px; /* TODO: Use a spacing variable */
}
}