This commit is contained in:
counterweight 2025-02-28 16:14:39 +01:00
parent 51a8666332
commit 58f38c2fd0
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 16 additions and 1 deletions

View file

@ -75,6 +75,16 @@
display: none;
}
#view-my-offers-root {
display: none;
text-align: center;
}
#view-my-offers-root > * {
margin-left:auto;
margin-right: auto;
}
#create-offer-controls {
text-align: center;
}