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:
Suguru Hirahara
2023-06-06 14:03:52 +00:00
committed by GitHub
parent c42a7769e9
commit d340fa8d2a
18 changed files with 56 additions and 56 deletions

View File

@@ -27,7 +27,7 @@ limitations under the License.
top: 0;
border-radius: 4px;
background-color: $dark-panel-bg-color;
margin: 9px; /* TODO: Use a variable */
margin: 9px;
z-index: 1; /* render on top of the right panel */
div {
@@ -44,7 +44,7 @@ limitations under the License.
h2 {
font-size: $font-18px;
font-weight: var(--font-semi-bold);
margin: 18px 0 0 0; /* TODO: Use a variable */
margin: 18px 0 0 0;
}
.mx_UserInfo_container {
@@ -151,7 +151,7 @@ limitations under the License.
}
p {
margin: 5px 0; /* TODO: Use a variable */
margin: 5px 0;
}
.mx_UserInfo_profile {
@@ -179,7 +179,7 @@ limitations under the License.
}
.mx_E2EIcon {
margin-top: 3px; /* visual vertical centering to the top line of text. TODO: Use a variable */
margin-top: 3px; /* visual vertical centering to the top line of text. */
margin-inline-end: $spacing-4; /* margin from displayName */
min-width: 18px; /* convince flexbox to not collapse it */
}
@@ -196,7 +196,7 @@ limitations under the License.
justify-content: center;
align-items: center;
margin: 6px 0; /* TODO: Use a variable */
margin: 6px 0;
.mx_UserInfo_roleDescription {
display: flex;