Dodaj stylizację dla przewijania w popupie oraz zaktualizuj rozmiary plików w konfiguracji

This commit is contained in:
2025-02-16 19:20:33 +01:00
parent 1a05d881d1
commit 6f1ea61d17
4 changed files with 18 additions and 16 deletions

View File

@@ -101,8 +101,8 @@
}, },
"class.Tasks.php": { "class.Tasks.php": {
"type": "-", "type": "-",
"size": 13263, "size": 13505,
"lmtime": 1739371100017, "lmtime": 1739545030143,
"modified": false "modified": false
}, },
"class.Users.php": { "class.Users.php": {
@@ -145,8 +145,8 @@
}, },
"class.Tasks.php": { "class.Tasks.php": {
"type": "-", "type": "-",
"size": 16197, "size": 16421,
"lmtime": 1739371127349, "lmtime": 1739545261687,
"modified": false "modified": false
}, },
"class.Users.php": { "class.Users.php": {
@@ -197,20 +197,20 @@
"layout": { "layout": {
"style.css": { "style.css": {
"type": "-", "type": "-",
"size": 20440, "size": 21411,
"lmtime": 1739372998318, "lmtime": 1739545418678,
"modified": false "modified": false
}, },
"style.css.map": { "style.css.map": {
"type": "-", "type": "-",
"size": 35516, "size": 37116,
"lmtime": 1739372998318, "lmtime": 1739545418678,
"modified": false "modified": false
}, },
"style.scss": { "style.scss": {
"type": "-", "type": "-",
"size": 24734, "size": 25830,
"lmtime": 1739372998055, "lmtime": 1739545418505,
"modified": false "modified": false
} }
}, },
@@ -470,8 +470,8 @@
}, },
"main_view.php": { "main_view.php": {
"type": "-", "type": "-",
"size": 23301, "size": 24715,
"lmtime": 1739371502121, "lmtime": 1739545325088,
"modified": false "modified": false
}, },
"task_edit.php": { "task_edit.php": {
@@ -482,8 +482,8 @@
}, },
"task_popup.php": { "task_popup.php": {
"type": "-", "type": "-",
"size": 6028, "size": 6217,
"lmtime": 1739372828862, "lmtime": 1739544589356,
"modified": false "modified": false
}, },
"task_single.php": { "task_single.php": {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -843,6 +843,8 @@ body>.top {
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style-type: none; list-style-type: none;
overflow-y: auto;
max-height: 220px;
li { li {
display: flex; display: flex;