diff --git a/assets/style.less b/assets/style.css
similarity index 73%
rename from assets/style.less
rename to assets/style.css
index 5ff9281b..c1a931a6 100644
--- a/assets/style.less
+++ b/assets/style.css
@@ -55,7 +55,6 @@ li {
scrollbar-color: #FF4511 #111;
}
-// EVENT
.event {
display: flex;
position: relative;
@@ -67,34 +66,31 @@ li {
margin-right: .4em;
transition: all .5s;
overflow: hidden;
+}
- .title {
- display: -webkit-box;
- overflow: hidden;
- margin: 0.5rem 1rem 0.5rem 1rem;
- text-overflow: ellipsis;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- font-size: 1.1em !important;
- line-height: 1.2em !important;
- }
+.event .title {
+ display: -webkit-box;
+ overflow: hidden;
+ margin: 0.5rem 1rem 0.5rem 1rem;
+ text-overflow: ellipsis;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ font-size: 1.1em !important;
+ line-height: 1.2em !important;
+}
- .body {
- flex: 1 1 auto;
- }
+.event .body {
+ flex: 1 1 auto;
+}
+.event .place span {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
- .place {
- max-width: 100%;
- span {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- a {
- text-decoration: none;
- }
+.event .place a {
+ text-decoration: none;
}
.vc-past {
diff --git a/components/Editor.vue b/components/Editor.vue
index 421c3cb2..1d0ace89 100644
--- a/components/Editor.vue
+++ b/components/Editor.vue
@@ -176,7 +176,7 @@ export default {
}
}
-
diff --git a/layouts/iframe.vue b/layouts/iframe.vue
index 1c4a03d0..f4967f91 100644
--- a/layouts/iframe.vue
+++ b/layouts/iframe.vue
@@ -1,8 +1,8 @@
- v-app#iframe
- nuxt
+v-app#iframe
+ nuxt
-