mirror of https://github.com/vector-im/riot-web
Fix regression in space preferences dialog (#7464)
parent
7f13a1b40a
commit
8e881336ab
|
@ -18,7 +18,18 @@ limitations under the License.
|
||||||
width: 700px;
|
width: 700px;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
|
|
||||||
.mx_TabbedView .mx_SettingsTab {
|
> h4 {
|
||||||
|
margin: -12px 0 0;
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: $font-15px;
|
||||||
|
line-height: $font-24px;
|
||||||
|
color: $secondary-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_TabbedView {
|
||||||
|
top: 80px;
|
||||||
|
|
||||||
|
.mx_SettingsTab {
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
|
|
||||||
.mx_SettingsTab_section {
|
.mx_SettingsTab_section {
|
||||||
|
@ -31,4 +42,5 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue