diff --git a/front/src/App.vue b/front/src/App.vue index 382ff78e4..7e02e4f30 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -198,6 +198,38 @@ html, body { } transform: none !important; } + + +.main.pusher > .ui.secondary.menu { + margin-left: 0; + margin-right: 0; + border: none; + box-shadow: inset 0px -2px 0px 0px rgba(34, 36, 38, 0.15); + .ui.item { + border: none; + border-bottom-style: none; + margin-bottom: 0px; + &.active { + box-shadow: inset 0px -2px 0px 0px #000; + } + } + @include media(">tablet") { + padding: 0 2.5rem; + } + @include media(">desktop") { + position: fixed; + left: 350px; + right: 0px; + top: 0px; + z-index: 1; + } + background-color: white; + .item { + padding-top: 1.5em; + padding-bottom: 1.5em; + } +} + .service-messages { position: fixed; bottom: 1em; diff --git a/front/src/components/library/Library.vue b/front/src/components/library/Library.vue index 6be7e758b..d860ab6dc 100644 --- a/front/src/components/library/Library.vue +++ b/front/src/components/library/Library.vue @@ -40,16 +40,6 @@ export default { diff --git a/front/src/views/admin/library/Base.vue b/front/src/views/admin/library/Base.vue index 08277a24e..65cd1a667 100644 --- a/front/src/views/admin/library/Base.vue +++ b/front/src/views/admin/library/Base.vue @@ -32,17 +32,3 @@ export default { } } - - diff --git a/front/src/views/admin/users/Base.vue b/front/src/views/admin/users/Base.vue index bbdf44324..7486d02d7 100644 --- a/front/src/views/admin/users/Base.vue +++ b/front/src/views/admin/users/Base.vue @@ -23,17 +23,3 @@ export default { } } - - diff --git a/front/src/views/federation/Base.vue b/front/src/views/federation/Base.vue index 908ab7908..417b3f3f7 100644 --- a/front/src/views/federation/Base.vue +++ b/front/src/views/federation/Base.vue @@ -50,16 +50,3 @@ export default { } } -