Zaktualizuj style opisu, poprawiając zaokrąglenie, dodając obramowanie oraz ograniczając wysokość, a także zaktualizuj metadane plików w konfiguracji

This commit is contained in:
2025-02-23 15:27:08 +01:00
parent 20f10549ea
commit 3bd4726859
4 changed files with 9 additions and 7 deletions

View File

@@ -217,19 +217,19 @@
"style.css": { "style.css": {
"type": "-", "type": "-",
"size": 21680, "size": 21680,
"lmtime": 1740122482623, "lmtime": 1740255742144,
"modified": false "modified": false
}, },
"style.css.map": { "style.css.map": {
"type": "-", "type": "-",
"size": 37663, "size": 37663,
"lmtime": 1740122482623, "lmtime": 1740255742144,
"modified": false "modified": false
}, },
"style.scss": { "style.scss": {
"type": "-", "type": "-",
"size": 26252, "size": 26252,
"lmtime": 1740122482426, "lmtime": 1740255741799,
"modified": false "modified": false
} }
}, },

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -893,9 +893,11 @@ body>.top {
.description { .description {
padding: 15px; padding: 15px;
border-radius: 3px; border-radius: 0.25rem;
background: #F6F8F9; border: 1px solid #ebebeb;
margin-bottom: 15px; margin-bottom: 15px;
max-height: 202px;
overflow-x: hidden;
} }
} }