You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Remove TODO comments about spacing variables (#10695)
The variables on _spacing.pcss have been deprecated by https://github.com/matrix-org/matrix-react-sdk/pull/10686
This commit is contained in:
@ -15,7 +15,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
:root {
|
||||
--RoomView_MessageList-padding: 18px; /* TODO: use a variable */
|
||||
--RoomView_MessageList-padding: 18px;
|
||||
}
|
||||
|
||||
.mx_RoomView_wrapper {
|
||||
@ -212,7 +212,7 @@ limitations under the License.
|
||||
margin-bottom: 4px;
|
||||
|
||||
h2 {
|
||||
margin-top: 6px; /* TODO: Use a spacing variable */
|
||||
margin-top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user