Mobile customization

This commit is contained in:
Andrea Alberti 2024-08-15 12:35:12 +02:00
parent 75d85717e4
commit 5678ca40e8
3 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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)

View file

@ -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;
}