mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
vueui: fixed toggle icons placement; added border around timeline
This commit is contained in:
parent
3158cba8f2
commit
b976d24e68
File diff suppressed because one or more lines are too long
@ -5,12 +5,14 @@
|
||||
<div class="logo"><img :src="config.logoImg" /></div>
|
||||
<div class="timeline-wrap">
|
||||
<div class="line">
|
||||
<TimelineBreadcrumbs
|
||||
v-if="currentPeriod && showTimelineView"
|
||||
:period="currentPeriod"
|
||||
@goto-period="gotoPeriod"
|
||||
class="breadcrumbs"
|
||||
></TimelineBreadcrumbs>
|
||||
<div class="breadcrumbs-wrap">
|
||||
<TimelineBreadcrumbs
|
||||
v-if="currentPeriod && showTimelineView"
|
||||
:period="currentPeriod"
|
||||
@goto-period="gotoPeriod"
|
||||
></TimelineBreadcrumbs>
|
||||
<span v-if="!showTimelineView" v-html="' '"></span><!-- for spacing -->
|
||||
</div>
|
||||
|
||||
<div class="toggles">
|
||||
<span class="toggle" :class="{expanded: showFullView}" @click="showFullView = !showFullView" :title="(showTimelineView ? 'show':'hide') + ' calendar'">
|
||||
@ -187,7 +189,7 @@ export default {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.timeline-wrap .line .breadcrumbs {
|
||||
.timeline-wrap .line .breadcrumbs-wrap {
|
||||
display: inline-block;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
@ -217,6 +217,8 @@ export default{
|
||||
height: 60px;
|
||||
margin: 5px;
|
||||
justify-content: left;
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.timeline .id {
|
||||
|
Loading…
x
Reference in New Issue
Block a user