Set a fixed width for the negotiation sidebar

It's really frustrating that is widens and narrows depending on the content.
This commit is contained in:
kienan 2020-04-23 00:31:04 -04:00
parent 7078179eac
commit f45c6eff29
1 changed files with 2 additions and 1 deletions

View File

@ -970,7 +970,8 @@ img {
}
.negotiation-sidebar {
max-width: 30%;
min-width: 400px;
max-width: 400px;
}
.negotiation-sidebar p {