diff --git a/assets/development/styles/organization.css b/assets/development/styles/organization.css index fcf7504..6f24647 100644 --- a/assets/development/styles/organization.css +++ b/assets/development/styles/organization.css @@ -435,13 +435,20 @@ section { .schedule-category-header { background-color: rgba(189,195,199,.97); border-radius: 4px; - display: flex; + display: grid; + grid-template-columns: 1fr 1.5em; justify-content: space-between; align-items: center; padding: 1em 2em 1em 2em; cursor: pointer; } +.schedule-category-collapse-icon-container { + display: flex; + justify-content: flex-end; + align-items: center; +} + .schedule-category-header .subtitle, .schedule-category-header .separator { opacity: 0.75; } diff --git a/views/organization.twig b/views/organization.twig index 6e5217c..d4459fc 100644 --- a/views/organization.twig +++ b/views/organization.twig @@ -136,10 +136,12 @@ - {{ item.description|e }} {% endif %} - +