mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-15 00:34:42 +09:00
Make the overlay status look really good (fix style.css not being recognized)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user