Skip to content

Commit e2f6c6d

Browse files
committed
frontend: make settings related components responsive
1 parent f789bd0 commit e2f6c6d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontends/web/src/components/actionable-item/actionable-item.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.container {
2-
--size-default: 1.4rem;
32
align-items: center;
43
background-color: var(--background-secondary);
54
border: none;

frontends/web/src/routes/settings/components/settingsItem/settingsItem.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
.primaryText {
3434
color: var(--color-default);
35-
font-size: 1.6rem;
35+
font-size: var(--size-default);
3636
margin: 0;
3737
}
3838

0 commit comments

Comments
 (0)