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
+1 -1
View File
@@ -81,7 +81,7 @@
}
.top-right-btn{
left: -6px;
left: -2px;
&#cowebsite-close {
top: 0px;
}
+1 -5
View File
@@ -1,9 +1,5 @@
@import "~@fontsource/press-start-2p/index.css";
*{
font-family: PixelFont-7,monospace;
}
.nes-btn {
font-family: "Press Start 2P";
font-family: "Press Start 2P",monospace;
}
+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;