merge latest dev + fix font
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
}
|
||||
|
||||
.top-right-btn{
|
||||
left: -6px;
|
||||
left: -2px;
|
||||
&#cowebsite-close {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user