style: Fix left tile preview

Windows that are tiled to the left/right only use rounded corners
where they are attached to the edge, the preview should follow that.
This commit is contained in:
Florian Müllner
2017-11-01 19:54:01 +01:00
parent c0ef30d416
commit 98be314e64
3 changed files with 3 additions and 3 deletions

View File

@@ -647,7 +647,7 @@ StScrollBar {
border: 1px solid #215d9c; }
.tile-preview-left.on-primary {
border-radius: 6px 6px 0 0; }
border-radius: 6px 0 0 0; }
.tile-preview-right.on-primary {
border-radius: 0 6px 0 0; }

View File

@@ -647,7 +647,7 @@ StScrollBar {
border: 1px solid #215d9c; }
.tile-preview-left.on-primary {
border-radius: 6px 6px 0 0; }
border-radius: 6px 0 0 0; }
.tile-preview-right.on-primary {
border-radius: 0 6px 0 0; }