Skip to content

Commit

Permalink
aggregate-od layout cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Mar 30, 2022
1 parent f7ba932 commit b575cab
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/plugins/aggregate-od/AggregateOd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
.info-description(style="padding: 0 0.5rem;" v-if="this.vizDetails.description")
p.description {{ this.vizDetails.description }}

.widgets(v-if="!thumbnail" style="{'padding': config ? '0 0'}")
.widget-column()
.widgets(v-if="!thumbnail" :style="{'padding': yamlConfig ? '0 0.5rem 0.5rem 0.5rem' : '0 0'}")
.widget-column
h4.heading {{ $t('time')}}
label.checkbox(style="margin: 0 0.5rem 0 auto;")
input(type="checkbox" v-model="showTimeRange")
Expand Down Expand Up @@ -1359,7 +1359,6 @@ h4 {
display: flex;
flex-direction: row;
user-select: none;
padding: 0.5rem 0.5rem;
}
.widget-column {
Expand Down Expand Up @@ -1409,10 +1408,6 @@ h4 {
width: 12rem;
}
.scale-slider {
// margin: 0rem 0px auto 0px;
}
.heading {
font-weight: bold;
text-align: left;
Expand All @@ -1424,13 +1419,6 @@ h4 {
margin: 0 0 0rem 0.5rem;
}
.checkbox {
// font-size: 0.8rem;
// margin-top: 0.25rem;
// margin-right: 0.5rem;
// margin-left: 1rem;
}
.description {
margin-top: 0rem;
padding: 0rem 0.25rem;
Expand Down

0 comments on commit b575cab

Please sign in to comment.