css: universalize selector that targets appbar actions items (#77023)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2023-04-26 15:58:05 +02:00 committed by Thomas Jund
parent c61e74a797
commit 7628f0f7ad
1 changed files with 1 additions and 1 deletions

View File

@ -1127,7 +1127,7 @@ $appicons: add, agendas, announces, bankcard, book, calendar, cards, categories,
position: absolute;
bottom: 0px;
right: 0;
> a {
> * {
float: right;
margin-left: 2em;
}