mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
change css on mobile to make multiple buttons happy
This commit is contained in:
parent
b877228415
commit
d8ab054da1
@ -2156,6 +2156,9 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
|
||||
importExportDiv.createEl("h2", {
|
||||
text: t("settings_importexport"),
|
||||
});
|
||||
if (Platform.isMobile) {
|
||||
importExportDiv.addClass("setting-need-wrapping-mobile");
|
||||
}
|
||||
|
||||
new Setting(importExportDiv)
|
||||
.setName(t("settings_export"))
|
||||
|
@ -74,3 +74,7 @@
|
||||
color: red;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.setting-need-wrapping-mobile .setting-item-control {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user