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:
@@ -647,7 +647,7 @@ StScrollBar {
|
|||||||
border: 1px solid #215d9c; }
|
border: 1px solid #215d9c; }
|
||||||
|
|
||||||
.tile-preview-left.on-primary {
|
.tile-preview-left.on-primary {
|
||||||
border-radius: 6px 6px 0 0; }
|
border-radius: 6px 0 0 0; }
|
||||||
|
|
||||||
.tile-preview-right.on-primary {
|
.tile-preview-right.on-primary {
|
||||||
border-radius: 0 6px 0 0; }
|
border-radius: 0 6px 0 0; }
|
||||||
|
Submodule data/theme/gnome-shell-sass updated: de41fb43a5...32361ac692
@@ -647,7 +647,7 @@ StScrollBar {
|
|||||||
border: 1px solid #215d9c; }
|
border: 1px solid #215d9c; }
|
||||||
|
|
||||||
.tile-preview-left.on-primary {
|
.tile-preview-left.on-primary {
|
||||||
border-radius: 6px 6px 0 0; }
|
border-radius: 6px 0 0 0; }
|
||||||
|
|
||||||
.tile-preview-right.on-primary {
|
.tile-preview-right.on-primary {
|
||||||
border-radius: 0 6px 0 0; }
|
border-radius: 0 6px 0 0; }
|
||||||
|
Reference in New Issue
Block a user