You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Inherit font size from other elements for push notifications table
This commit is contained in:
@@ -44,12 +44,10 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_UserNotifSettings_pushRulesTable thead {
|
.mx_UserNotifSettings_pushRulesTable thead {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserNotifSettings_pushRulesTable tbody th {
|
.mx_UserNotifSettings_pushRulesTable tbody th {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserNotifSettings_pushRulesTable tbody th:first-child {
|
.mx_UserNotifSettings_pushRulesTable tbody th:first-child {
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export default class NotificationSettingsTab extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div className="mx_SettingsTab">
|
<div className="mx_SettingsTab">
|
||||||
<div className="mx_SettingsTab_heading">{_t("Notifications")}</div>
|
<div className="mx_SettingsTab_heading">{_t("Notifications")}</div>
|
||||||
<div className="mx_SettingsTab_section">
|
<div className="mx_SettingsTab_section mx_SettingsTab_subsectionText">
|
||||||
<Notifications />
|
<Notifications />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user