You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Disallow invalid inline style comments in stylesheets (#9099)
This commit is contained in:
@ -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 */
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user