aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-20 19:44:31 +0300
committerHenry Jameson <me@hjkos.com>2022-04-20 19:44:49 +0300
commit631b8b93a4a8dd548bae5ab9fa7bc4d6e892ae3f (patch)
tree70eafaf1c189471885124e2a52401574f60b2464 /src/components/timeline/timeline.scss
parentaef6d529516f34d346faa7e6c424a16ff5f9a202 (diff)
tons of fixes mainly aimed at panel headings
Diffstat (limited to 'src/components/timeline/timeline.scss')
-rw-r--r--src/components/timeline/timeline.scss22
1 files changed, 13 insertions, 9 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss
index ae8324b3..4c58e686 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -13,15 +13,6 @@
max-width: 100%;
flex-wrap: nowrap;
align-items: center;
-
- .loadmore-button {
- flex-shrink: 0;
- }
-
- .loadmore-text {
- flex-shrink: 0;
- line-height: 1em;
- }
}
.timeline-footer {
@@ -31,4 +22,17 @@
.conversation-heading {
top: calc(var(--panel-heading-height) * 2);
}
+
+ &.-nonpanel {
+ .timeline-heading {
+ text-align: center;
+ line-height: 2.75em;
+ padding: 0 0.5em;
+ }
+
+ .button-default, .alert {
+ line-height: 2em;
+ width: 100%;
+ }
+ }
}