Make summary display full-width

This commit is contained in:
Jason Zimdars
2025-07-30 17:07:12 -05:00
parent 96f3c94989
commit bdf8dbe315
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -22,12 +22,15 @@
inline-size: auto;
margin-block-end: calc(var(--block-space) * -1);
margin-inline: auto;
max-inline-size: 80ch;
padding: 1.1lh 1lh 1lh;
position: relative;
text-align: start;
z-index: 2;
.events section:first-of-type & {
border-radius: 0.5em 0.5em 0 0;
}
&:has(.events__activity--generating) {
--border-color: var(--color-selected-dark);
@@ -37,6 +40,11 @@
text-align: center;
}
> * {
margin-inline: auto;
max-inline-size: 80ch;
}
a {
color: inherit;
}
@@ -1,4 +1,4 @@
<div class="events__activity-summary txt-small fill-white border border-radius">
<div class="events__activity-summary txt-small fill-white border">
<% if day_timeline.summarized? %>
<%= render "events/day_timeline/activity_summary", summary: day_timeline.summary %>