Adjust bubble position
Now that we don't have to worry about overlapping the Workflows list we can display these mostly inside the card boundary
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
|
||||
.bubble {
|
||||
inset-inline-start: 100%;
|
||||
translate: -60% -60%;
|
||||
translate: -90% -40%;
|
||||
}
|
||||
|
||||
@media (any-hover: hover) {
|
||||
@@ -367,7 +367,7 @@
|
||||
|
||||
.bubble {
|
||||
inset-inline-start: 100%;
|
||||
translate: -60% -60%;
|
||||
translate: -90% -40%;
|
||||
}
|
||||
|
||||
@media (any-hover: hover) {
|
||||
|
||||
Reference in New Issue
Block a user