This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
res/css/views/settings/tabs/user
src/components/views/settings/tabs/user Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,6 @@ limitations under the License.
1515*/
1616
1717.mx_SidebarUserSettingsTab {
18- .mx_SettingsTab_section {
19- margin-top : 12px ;
20- }
21-
22- .mx_SidebarUserSettingsTab_subheading {
23- font-size : $font-15px ;
24- line-height : $font-24px ;
25- color : $primary-content ;
26- margin-bottom : 4px ;
27- }
28-
2918 .mx_Checkbox {
3019 margin-top : 12px ;
3120 font-size : $font-15px ;
Original file line number Diff line number Diff line change @@ -55,9 +55,8 @@ const SidebarUserSettingsTab = () => {
5555 return (
5656 < div className = "mx_SettingsTab mx_SidebarUserSettingsTab" >
5757 < div className = "mx_SettingsTab_heading" > { _t ( "Sidebar" ) } </ div >
58-
5958 < div className = "mx_SettingsTab_section" >
60- < div className = "mx_SidebarUserSettingsTab_subheading " > { _t ( "Spaces to show" ) } </ div >
59+ < div className = "mx_SettingsTab_subheading " > { _t ( "Spaces to show" ) } </ div >
6160 < div className = "mx_SettingsTab_subsectionText" >
6261 { _t ( "Spaces are ways to group rooms and people. " +
6362 "Alongside the spaces you're in, you can use some pre-built ones too." ) }
You can’t perform that action at this time.
0 commit comments