Add refreshing indicator to ActivitiesView

This commit is contained in:
2025-03-02 12:08:15 +00:00
parent 17629f1db7
commit 019bdf9ce6
4 changed files with 143 additions and 81 deletions

View File

@@ -23,3 +23,12 @@
margin-top: -2px;
margin-left: 3px;
}
/*
* Couldn't find a built-in way to get the common OSD overlay style of
* rounding the bottom corners but not the top ones, so doing this
* myself with this CSS rule.
*/
overlay > frame.osd {
border-radius: 0 0 8px 8px;
}