Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Jan 13, 2025
2 parents dcc86fb + 4ecd88d commit 27bc818
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"fileMatch": ["admin/jsonConfig.json", "admin/jsonCustom.json", "admin/jsonTab.json"],
"url": "https://raw.githubusercontent.com/ioBroker/adapter-react-v5/main/schemas/jsonConfig.json"
}
]
],
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
}
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024-2030 TA2k <tombox2020@gmail.com>
Copyright (c) 2024-2025 TA2k <tombox2020@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Use id.remote.\* to control the mower
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
- (simatec) Fix Responsive Design

### 1.3.8 (2025-01-04)

- (mcm1957) jsonConfig has been reverted due to captcha requirements.
Expand Down Expand Up @@ -88,7 +91,7 @@ Use id.remote.\* to control the mower

MIT License

Copyright (c) 2024-2030 TA2k <tombox2020@gmail.com>
Copyright (c) 2024-2025 TA2k <tombox2020@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 8 additions & 0 deletions admin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@ label>i[title] {
white-space: nowrap;
}

/* Style for very small Screens */
@media screen and (max-width: 600px) {
#captcha_form {
justify-items: center;
}

}

/* Add your styles here */

0 comments on commit 27bc818

Please sign in to comment.