mirror of
https://github.com/alberti42/obsidian-plugins-annotations.git
synced 2026-07-22 10:10:24 +00:00
Mobile customization
This commit is contained in:
parent
75d85717e4
commit
5678ca40e8
3 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue