Skip to content

Commit 056b506

Browse files
authored
(simatec) Fix Responsive Design
1 parent de99162 commit 056b506

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"fileMatch": ["admin/jsonConfig.json", "admin/jsonCustom.json", "admin/jsonTab.json"],
1212
"url": "https://raw.githubusercontent.com/ioBroker/adapter-react-v5/main/schemas/jsonConfig.json"
1313
}
14-
]
14+
],
15+
"[css]": {
16+
"editor.defaultFormatter": "vscode.css-language-features"
17+
}
1518
}

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Use id.remote.\* to control the mower
2727
Placeholder for the next version (at the beginning of the line):
2828
### **WORK IN PROGRESS**
2929
-->
30+
### **WORK IN PROGRESS**
31+
* (simatec) Fix Responsive Design
32+
3033
### 1.3.8 (2025-01-04)
3134

3235
- (mcm1957) jsonConfig has been reverted due to captcha requirements.

admin/style.css

+8
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,12 @@ label>i[title] {
4040
white-space: nowrap;
4141
}
4242

43+
/* Style for very small Screens */
44+
@media screen and (max-width: 600px) {
45+
#captcha_form {
46+
justify-items: center;
47+
}
48+
49+
}
50+
4351
/* Add your styles here */

0 commit comments

Comments
 (0)