Skip to content

Commit 6cc9f1c

Browse files
update
1 parent d5986b1 commit 6cc9f1c

8 files changed

Lines changed: 13 additions & 11 deletions

File tree

assets/modules/food-module/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* bower_components/datatables.net-select/js/dataTables.select.js
1212
* bower_components/datatables.net-bs/js/dataTables.bootstrap.js
1313
*
14-
* Last Update: 2025-10-21 13:27:05 GMT+0400
14+
* Last Update: 2025-10-22 09:50:26 GMT+0400
1515
*/
1616
/*!
1717
* JavaScript Cookie v2.2.1

assets/modules/food-module/js/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/modules/food-module/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Актуально для сайтов школ России
55
* Автор: Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
66
* GitHub: https://github.com/ProjectSoft-STUDIONIONS/food-module#readme
7-
* Last Update: 2025-10-21 13:27:05 GMT+0400
7+
* Last Update: 2025-10-22 09:50:26 GMT+0400
88
*/
99
window.DT_table = false;
1010
(function (factory) {

assets/modules/food-module/js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/assets/modules/foodmodule.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @license https://github.com/ProjectSoft-STUDIONIONS/food-module/blob/master/LICENSE MIT License (MIT)
1212
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/food-module/issues
1313
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
14-
* @lastupdate 2025-10-21
14+
* @lastupdate 2025-10-22
1515
*/
1616

1717
/**
@@ -27,7 +27,7 @@
2727
* @license https://github.com/ProjectSoft-STUDIONIONS/food-module/blob/master/LICENSE MIT License (MIT)
2828
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/food-module/issues
2929
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
30-
* @lastupdate 2025-10-21
30+
* @lastupdate 2025-10-22
3131
*/
3232

3333
require_once MODX_BASE_PATH . 'assets/modules/food-module/module.food-module.php';

install/assets/plugins/foodplugin.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @license https://github.com/ProjectSoft-STUDIONIONS/food-module/blob/master/LICENSE MIT License (MIT)
1717
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/food-module/issues
1818
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
19-
* @lastupdate 2025-10-21
19+
* @lastupdate 2025-10-22
2020
*/
2121

2222
/**
@@ -36,7 +36,7 @@
3636
* @license https://github.com/ProjectSoft-STUDIONIONS/food-module/blob/master/LICENSE MIT License (MIT)
3737
* @reportissues https://github.com/ProjectSoft-STUDIONIONS/food-module/issues
3838
* @author Чернышёв Андрей aka ProjectSoft <projectsoft2009@yandex.ru>
39-
* @lastupdate 2025-10-21
39+
* @lastupdate 2025-10-22
4040
*/
4141

4242
require MODX_BASE_PATH.'assets/modules/food-module/plugin.food-module.php';

src/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ html, body {
2020
}
2121

2222
code {
23-
font-size: 18px;
2423
font-family: monospace;
2524
}
2625

@@ -50,7 +49,7 @@ body {
5049
flex-direction: column;
5150
min-height: 100vh;
5251
font-family: Lato, Arial, sans-serif;
53-
font-size: 16px;
52+
font-size: 1rem;
5453
line-height: 1.4;
5554
background-color: #fff;
5655
color: #333;
@@ -73,6 +72,9 @@ body {
7372
top: 0;
7473
z-index: 3;
7574
min-height: 154px;
75+
@media(max-width: 610px) {
76+
font-size: ~'calc(1rem + (100vw - 54rem) / 100)';
77+
}
7678
code {
7779
background-color: rgba(255, 255, 255, 0.3);
7880
}

0 commit comments

Comments
 (0)