Skip to content

Commit

Permalink
Fixed the issue where the width of the input box is too small on tabl…
Browse files Browse the repository at this point in the history
…et devices
  • Loading branch information
Alt-er committed Oct 24, 2023
1 parent ef5ff33 commit 616fd01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/setting.ts
Expand Up @@ -119,7 +119,7 @@ export default class SettingTab extends PluginSettingTab {
}).setClass("setting_equal_width_warpper")

new Setting(containerEl)

.setClass("flex-setting-item")
.setName('User')
.setDesc('Please enter your username and password, if it does not exist, it will be created automatically.')
.addText(text => text
Expand Down
4 changes: 4 additions & 0 deletions styles.css
Expand Up @@ -61,5 +61,9 @@ If your plugin does not need CSS, delete this file.
cursor: pointer;
}

.is-mobile .flex-setting-item .setting-item-control{
display: flex;
flex-direction: column;
}


4 changes: 3 additions & 1 deletion versions.json
Expand Up @@ -3,5 +3,7 @@
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.1.2": "0.15.0",
"1.1.3": "0.15.0"
"1.1.3": "0.15.0",
"1.1.4": "0.15.0",
"1.1.5": "0.15.0"
}

0 comments on commit 616fd01

Please sign in to comment.