Merge branch 'MickGe'

fix selectors, deduplicate common styles
This commit is contained in:
El RIDO
2024-11-23 09:32:42 +01:00
3 changed files with 50 additions and 89 deletions
-39
View File
@@ -69,47 +69,8 @@ body.loading {
margin-right: 8px;
}
#qrcodemodalClose {
float: right;
}
#qrcode-display {
width: 200px;
height: 200px;
margin: auto;
}
#pastelink {
display: inline;
}
#pastelink > a {
word-wrap: break-word;
}
#message {
height: 70dvh;
}
@media ((max-width: 450px) and (max-height: 950px)) {
#message {
height: 55dvh;
}
}
#message, .replymessage {
font-family: monospace;
resize: vertical;
}
#nickname {
margin: 5px 0;
}
.comment {
border-left: 1px solid #ccc;
padding: 5px 0 5px 10px;
transition: background-color 0.75s ease-out;
}
footer h4 {