fix full button width if only one button is shown
This commit is contained in:
parent
1f97c12562
commit
3f0909637b
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue