diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-07-03 12:56:31 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-07-03 12:56:31 +0300 |
| commit | 21d1f557f64cceda54755e2817d4799f1dbbea4f (patch) | |
| tree | 0f0ba7c61651990bed648ee2ec26a3b118dc491f /src/components/timeline/timeline.vue | |
| parent | 961099d34a3852d1019a00d390ad638fe45118e4 (diff) | |
change styles for the dropdown, make things work nicely on mobile
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index f8baaf19..caac5538 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -104,4 +104,15 @@ opacity: 1; } } + +.timeline-heading { + max-width: 100%; + flex-wrap: nowrap; + .loadmore-button { + flex-shrink: 0; + } + .loadmore-text { + flex-shrink: 0; + } +} </style> |
