From 5678ca40e84fb06b62a6e2bf851a21c6e5ffd24d Mon Sep 17 00:00:00 2001 From: Andrea Alberti Date: Thu, 15 Aug 2024 12:35:12 +0200 Subject: [PATCH] Mobile customization --- manifest.json | 2 +- src/settings_tab.ts | 2 +- styles/styles.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index d0c5613..d64fdd3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "plugins-annotations", "name": "Plugins Annotations", - "version": "1.5.3", + "version": "1.5.4", "minAppVersion": "1.5.0", "description": "Allows adding personal comments to each installed plugin.", "author": "Andrea Alberti", diff --git a/src/settings_tab.ts b/src/settings_tab.ts index 89c1a0d..a10f8b0 100644 --- a/src/settings_tab.ts +++ b/src/settings_tab.ts @@ -351,7 +351,7 @@ export class PluginsAnnotationsSettingTab extends PluginSettingTab { to restore them from an external file.' : ''; const backup_settings = new Setting(containerEl) - .setName('DDDFFF Create a backup copy of your current settings and annotations:') + .setName('Create a backup copy of your current settings and annotations:') .setDesc('Use the backup button to create an internal backup copy. \ You can customize the names of existing backups by clicking on their names once you have created them.' + export_label) diff --git a/styles/styles.css b/styles/styles.css index 5e252c5..93f6903 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -72,7 +72,7 @@ div.plugin-comment-instructions strong { .is-mobile .plugin-comment-backup-table, .is-mobile .plugin-comment-uninstalled { - margin-left:0 !important; + margin-left:0; } @@ -115,5 +115,5 @@ div.plugin-comment-instructions strong { .is-mobile .plugin-comment-backup-buttons { - flex-direction: column !important; + flex-direction: column; }