diff --git a/components/Editor.vue b/components/Editor.vue index b2d353fc..c6af0f1e 100644 --- a/components/Editor.vue +++ b/components/Editor.vue @@ -208,6 +208,7 @@ export default { } .menubar { + visibility: visible; opacity: 1 !important; } @@ -220,6 +221,7 @@ export default { .menubar { transition: opacity .5s; opacity: 0; + visibility: hidden; // position: absolute; } @@ -257,63 +259,5 @@ export default { } } } -// position: relative; -// overflow-y: auto; -// padding-top: 1.7em; - -// &.with-border { -// border: 1px solid #ddd; -// border-radius: 5px; -// } - -// .content { -// padding: 0px 5px 0px 5px; -// flex: 1; -// scrollbar-width: thin; -// overflow-y: auto; -// } - -// .menububble { -// position: absolute; -// display: flex; -// overflow: hidden; -// opacity: 0; -// z-index: 1; -// background: #dddddd; -// transform: translateX(-50%); -// border-radius: 3px; -// padding: 0.07rem; -// transition: opacity 0.2s, visibility 0.2s, left .2s, bottom .2s; -// visibility: hidden; - -// &.is-active { -// opacity: 1; -// visibility: visible; -// } -// input { -// padding: 0; -// margin: 1px; -// display: block; -// border: 0; -// color: #444; -// font-size: .8em; -// border-radius: 3px; -// line-height: 100%; -// transition: width .2s; -// padding-left: 5px; -// flex-grow: 1; -// } - -// .fa-icon { -// width: auto; -// font-size: 10px; -// height: 1.4em; /* or any other relative font sizes */ -// /* You would have to include the following two lines to make this work in Safari */ -// // max-width: 100%; -// max-height: 100%; -// } - -// } -// } diff --git a/pages/add/DateInput.vue b/pages/add/DateInput.vue index e5d39b4a..42040725 100644 --- a/pages/add/DateInput.vue +++ b/pages/add/DateInput.vue @@ -1,5 +1,5 @@