Make sure the no apps placeholder does not take up layout space

This commit is contained in:
Johannes Zellner
2025-10-15 15:44:24 +02:00
parent 854e0ebe3f
commit c995454f69

View File

@@ -560,6 +560,8 @@ onDeactivated(() => {
}
.no-matches-placeholder {
position: absolute;
width: 100%;
margin-top: 50px;
text-align: center;
}