]> source.dussan.org Git - nextcloud-server.git/commitdiff
Drop vue specific styles
authorJulius Härtl <jus@bitgrid.net>
Tue, 23 Aug 2022 12:26:37 +0000 (14:26 +0200)
committerJulius Härtl <jus@bitgrid.net>
Thu, 1 Sep 2022 12:15:38 +0000 (14:15 +0200)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
core/css/apps.scss

index 721d52b6512ceb1c2f8e8902acab9e4af778a99e..93cbb8c544ab7310224a5f3fdff7e616008a5676 100644 (file)
@@ -1381,42 +1381,3 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
                display: flex;
        }
 }
-
-
-/** To be moved to vue components */
-#app-sidebar-vue:not(.app-sidebar--full) {
-       position: sticky;
-       border-radius: 0 var(--body-container-radius) var(--body-container-radius) 0;
-       height: 100%;
-}
-
-#app-navigation-vue {
-       position: sticky;
-       height: 100%;
-       padding: 6px;
-       background-color: var(--color-main-background-blur);
-       backdrop-filter: var(--filter-background-blur);
-       -webkit-backdrop-filter: var(--filter-background-blur);
-}
-
-#content-vue {
-       box-sizing: border-box;
-       // padding is included in height
-       margin: var(--body-container-margin);
-       margin-top: 50px;
-       display: flex;
-       width: calc(100% - var(--body-container-margin) * 2);
-       height: var(--body-height);
-       overflow: hidden;
-       padding: 0;
-
-       &:not(.with-sidebar--full) {
-               position: fixed;
-       }
-}
-
-#app-content-vue {
-       position: initial;
-       height: 100%;
-       overflow: scroll;
-}