mirror of https://github.com/vector-im/riot-web
Iterate PR based on feedback
parent
03e3da885d
commit
0414ea27b8
|
@ -22,8 +22,15 @@ limitations under the License.
|
||||||
.mx_SettingsTab_section {
|
.mx_SettingsTab_section {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
|
||||||
> details + .mx_SettingsFlag {
|
> details {
|
||||||
margin-top: 20px;
|
> summary {
|
||||||
|
cursor: pointer;
|
||||||
|
color: $primary-fg-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
& + .mx_SettingsFlag {
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -871,7 +871,7 @@
|
||||||
"Show all rooms in Home": "Show all rooms in Home",
|
"Show all rooms in Home": "Show all rooms in Home",
|
||||||
"All rooms you're in will appear in Home.": "All rooms you're in will appear in Home.",
|
"All rooms you're in will appear in Home.": "All rooms you're in will appear in Home.",
|
||||||
"Display Communities instead of Spaces": "Display Communities instead of Spaces",
|
"Display Communities instead of Spaces": "Display Communities instead of Spaces",
|
||||||
"Temporarily show communities instead of Spaces. Support for this will be removed in the near future. This will reload Element": "Temporarily show communities instead of Spaces. Support for this will be removed in the near future. This will reload Element",
|
"Temporarily show communities instead of Spaces for this session. Support for this will be removed in the near future. This will reload Element.": "Temporarily show communities instead of Spaces for this session. Support for this will be removed in the near future. This will reload Element.",
|
||||||
"Collecting app version information": "Collecting app version information",
|
"Collecting app version information": "Collecting app version information",
|
||||||
"Collecting logs": "Collecting logs",
|
"Collecting logs": "Collecting logs",
|
||||||
"Uploading logs": "Uploading logs",
|
"Uploading logs": "Uploading logs",
|
||||||
|
|
|
@ -733,8 +733,8 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
||||||
},
|
},
|
||||||
"showCommunitiesInsteadOfSpaces": {
|
"showCommunitiesInsteadOfSpaces": {
|
||||||
displayName: _td("Display Communities instead of Spaces"),
|
displayName: _td("Display Communities instead of Spaces"),
|
||||||
description: _td("Temporarily show communities instead of Spaces. " +
|
description: _td("Temporarily show communities instead of Spaces for this session. " +
|
||||||
"Support for this will be removed in the near future. This will reload Element"),
|
"Support for this will be removed in the near future. This will reload Element."),
|
||||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||||
default: false,
|
default: false,
|
||||||
controller: new ReloadOnChangeController(),
|
controller: new ReloadOnChangeController(),
|
||||||
|
|
Loading…
Reference in New Issue