merge latest dev + fix font

This commit is contained in:
_Bastler
2021-06-04 11:14:49 +02:00
11 changed files with 112 additions and 16 deletions
+9 -2
View File
@@ -386,7 +386,7 @@ body {
.audioplayer:first-child {
display: grid;
grid: 2rem / 4rem 10rem;
grid: 2rem / 4rem 13rem;
}
.audioplayer>button,
@@ -396,9 +396,11 @@ body {
display: flex;
align-items: center;
justify-content: center;
padding: 5px 0px;
}
.audioplayer>div {
padding: 0;
padding-right: 1.2rem;
}
@@ -415,6 +417,7 @@ body {
#audioplayer_mute {
max-width: 5rem;
border: none;
padding: 0;
}
#audioplayer_mute:focus,
@@ -1131,7 +1134,11 @@ div.modal-report-user {
color: white;
}
.discussion .send-message {
.discussion .messages .message p a:visited{
color: white;
}
.discussion .send-message{
position: absolute;
bottom: 45px;
width: 200px;