diff --git a/src/App.vue b/src/App.vue index e35fa5811..8fe6de272 100644 --- a/src/App.vue +++ b/src/App.vue @@ -409,11 +409,6 @@ export default { display: none; } -.lm_header .lm_tab { - padding: 0 1em 5px; - font-size: 1rem; -} - html, body, #app { diff --git a/src/components/Gallery.vue b/src/components/Gallery.vue index ea9c3b113..279feee3e 100644 --- a/src/components/Gallery.vue +++ b/src/components/Gallery.vue @@ -221,7 +221,7 @@ export default { } .fluid > .smooth-dnd-draggable-wrapper { - display: inline-block; + display: inline-block !important; margin-right: 8px; }