@everchron/ec-shards 0.6.72 → 0.6.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "0.6.72",
3
+ "version": "0.6.73",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -7,7 +7,7 @@
7
7
 
8
8
  <h3 v-if="title" class="ecs-section-headline" :class="[headlineBold ? 'ecs-headline-section-bold' : 'ecs-headline-section', hasControls]">
9
9
  {{title}}
10
- <div v-if="$slots.controls">
10
+ <div v-if="$slots.controls" class="ecs-section-controls">
11
11
  <slot name="controls"></slot>
12
12
  </div>
13
13
  </h3>
@@ -108,6 +108,11 @@
108
108
  }
109
109
  }
110
110
 
111
+ &-controls{
112
+ display: flex;
113
+ align-items: center;
114
+ }
115
+
111
116
  &-content{
112
117
  padding-top: 15px;
113
118
  padding-bottom: 25px;