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:
parent
e765e684c3
commit
93925c99b4
@ -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; }
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit de41fb43a58e3b10b9f7df83904bd9e0e381637b
|
||||
Subproject commit 32361ac692945e4c2c3ff80d20a4b03649699828
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user