fix full button width if only one button is shown

This commit is contained in:
schlagmichdoch 2023-03-13 23:48:42 +01:00
parent 1f97c12562
commit 3f0909637b
2 changed files with 2 additions and 2 deletions

View file

@ -720,7 +720,7 @@ x-paper > div:last-child {
x-paper > div:last-child > .button {
height: 100%;
width: 50%;
width: 100%;
}
x-paper > div:last-child > .button:not(:last-child) {

View file

@ -746,7 +746,7 @@ x-paper > div:last-child {
x-paper > div:last-child > .button {
height: 100%;
width: 50%;
width: 100%;
}
x-paper > div:last-child > .button:not(:last-child) {