Make the overlay status look really good (fix style.css not being recognized)

This commit is contained in:
heliguy4599
2024-10-13 19:14:41 -04:00
parent fb0fe8d01f
commit 00a40ba758
4 changed files with 28 additions and 11 deletions

View File

@@ -16,8 +16,18 @@ template $WarehouseWindow: Adw.ApplicationWindow {
}
content:
Adw.ToastOverlay toast_overlay {
Stack file_drop_stack {
transition-type: crossfade;
Overlay {
[overlay]
Revealer file_drop_revealer {
can-target: false;
transition-type: crossfade;
Adw.StatusPage file_drop_view {
icon-name: "folder-open-symbolic";
title: _("Drop to Open");
description: _("Install Flatpaks or Add a Remotes");
styles ["drag-overlay-status-page"]
}
}
Adw.OverlaySplitView main_split {
collapsed: true;
show-sidebar: true;
@@ -123,11 +133,6 @@ template $WarehouseWindow: Adw.ApplicationWindow {
}
;
}
Adw.StatusPage file_drop_view {
icon-name: "folder-open-symbolic";
title: _("Drop to Open");
description: _("Install Flatpaks or Add a Remotes");
}
}
}
;