Improved history page and spacing between values and currency suffix + minor improvements to css

This commit is contained in:
Julian Müller (ChaoticByte) 2023-04-15 10:01:56 +02:00
parent 8702233934
commit ac59aa0baa
6 changed files with 30 additions and 25 deletions

View file

@ -127,7 +127,6 @@ th {
.globalmessage > div {
width: 96%;
text-align: center;
word-break: keep-all;
word-wrap: break-word;
box-sizing: border-box;
@ -140,10 +139,6 @@ th {
gap: 1rem;
}
.userinfo {
text-align: center;
}
.userinfo > span {
vertical-align: middle;
}
@ -232,6 +227,14 @@ main {
flex-wrap: wrap;
}
.text-align-right {
text-align: right;
}
.text-align-center {
text-align: center;
}
.gap-1rem {
gap: 1rem;
}