Fixed a deadzone caused by notifications. (#119)
This commit is contained in:
@@ -34,13 +34,13 @@ export default () => {
|
|||||||
if (activeMonitor === true) {
|
if (activeMonitor === true) {
|
||||||
return curMon;
|
return curMon;
|
||||||
}
|
}
|
||||||
|
|
||||||
return mon;
|
return mon;
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
layer: "overlay",
|
layer: "overlay",
|
||||||
anchor: position.bind("value").as(v => getPosition(v)),
|
anchor: position.bind("value").as(v => getPosition(v)),
|
||||||
exclusivity: "ignore",
|
exclusivity: "normal",
|
||||||
child: Widget.Box({
|
child: Widget.Box({
|
||||||
class_name: "notification-card-container",
|
class_name: "notification-card-container",
|
||||||
vertical: true,
|
vertical: true,
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
.notification-card-container {
|
|
||||||
margin-top: 3.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notification-card {
|
.notification-card {
|
||||||
color: $notification-text;
|
color: $notification-text;
|
||||||
background: $notification-background;
|
background: $notification-background;
|
||||||
|
|||||||
Reference in New Issue
Block a user