mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 15:22:16 +00:00
fix full button width if only one button is shown
This commit is contained in:
@@ -720,7 +720,7 @@ x-paper > div:last-child {
|
|||||||
|
|
||||||
x-paper > div:last-child > .button {
|
x-paper > div:last-child > .button {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 50%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
x-paper > div:last-child > .button:not(:last-child) {
|
x-paper > div:last-child > .button:not(:last-child) {
|
||||||
|
|||||||
@@ -746,7 +746,7 @@ x-paper > div:last-child {
|
|||||||
|
|
||||||
x-paper > div:last-child > .button {
|
x-paper > div:last-child > .button {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 50%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
x-paper > div:last-child > .button:not(:last-child) {
|
x-paper > div:last-child > .button:not(:last-child) {
|
||||||
|
|||||||
Reference in New Issue
Block a user