Respect row flex in descriptions

This commit is contained in:
I-Al-Istannen
2024-10-28 19:34:45 +01:00
parent d7a2b6e019
commit 81d6ff53c4
2 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,7 @@ ambiguous situations.
- Personal desktop/dashboard/favorites crawling
- Crawling of nested courses
- Downloading of links with no target URL
- Handle row flex on description pages
## 3.6.0 - 2024-10-23

View File

@ -12,6 +12,13 @@ _STYLE_TAG_CONTENT = """
font-weight: bold;
}
.row-flex {
display: flex;
}
.row-flex-wrap {
flex-wrap: wrap;
}
.accordion-head {
background-color: #f5f7fa;
padding: 0.5rem 0;