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:
parent
c42a7769e9
commit
d340fa8d2a
18 changed files with 56 additions and 56 deletions
|
@ -50,9 +50,9 @@ limitations under the License.
|
|||
color: $secondary-content;
|
||||
font-size: $font-14px;
|
||||
display: block;
|
||||
margin-top: 10px; /* TODO: Use a spacing variable */
|
||||
margin-top: 10px;
|
||||
margin-inline-end: 80px; /* Align with the rest of the view */
|
||||
margin-bottom: 10px; /* TODO: Use a spacing variable */
|
||||
margin-bottom: 10px;
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
|
||||
|
@ -63,7 +63,7 @@ limitations under the License.
|
|||
|
||||
.mx_SettingsFlag {
|
||||
margin-inline-end: $end-gutter;
|
||||
margin-bottom: 10px; /* TODO: Use a spacing variable */
|
||||
margin-bottom: 10px;
|
||||
|
||||
.mx_SettingsFlag_label {
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue