]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adjust server popover style
authorJulius Härtl <jus@bitgrid.net>
Sat, 27 Aug 2022 08:54:59 +0000 (10:54 +0200)
committerJulius Härtl <jus@bitgrid.net>
Thu, 1 Sep 2022 12:15:40 +0000 (14:15 +0200)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
core/css/apps.scss

index fe8eb8617086563358d52b289160a7c9768a3930..45b7d77a30259b6359f01f8045d9cfbb90527a4e 100644 (file)
@@ -966,7 +966,8 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
        position: absolute;
        background-color: var(--color-main-background);
        color: var(--color-main-text);
-       border-radius: var(--border-radius);
+       border-radius: var(--border-radius-large);
+       padding: 3px;
        z-index: 110;
        margin: 5px;
        margin-top: -5px;
@@ -1040,12 +1041,13 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
                        cursor: pointer;
                        line-height: $popoveritem-height;
                        border: 0;
-                       border-radius: 0; // otherwise Safari will cut the border-radius area
+                       border-radius: var(--border-radius-large); // otherwise Safari will cut the border-radius area
                        background-color: transparent;
                        display: flex;
                        align-items: flex-start;
                        height: auto;
                        margin: 0;
+                       margin-bottom: 2px;
                        font-weight: normal;
                        box-shadow: none;
                        width: 100%;