Add a dynamic message in accord to JID purpose (Thanks to Ramiro from Above Phone and TBOT).
This commit is contained in:
parent
26d92eff7c
commit
0b85570631
3 changed files with 64 additions and 30 deletions
|
@ -210,8 +210,10 @@ label,
|
|||
background: #439639; /* #a0ce67 */
|
||||
}
|
||||
|
||||
#logo-bottom {
|
||||
#logo-bottom,
|
||||
#notice {
|
||||
display: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#logo-bottom {
|
||||
|
@ -351,7 +353,7 @@ h3, h4, h5 {
|
|||
*/
|
||||
/* max-height: 75vh; */
|
||||
padding-top: 1em;
|
||||
padding-bottom: 3em;
|
||||
padding-bottom: 2em;
|
||||
text-align: center;
|
||||
width: 80%;
|
||||
}
|
||||
|
@ -536,6 +538,11 @@ h3, h4, h5 {
|
|||
width: unset;
|
||||
}
|
||||
|
||||
#message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#notice,
|
||||
#profile #photo,
|
||||
#profile #qrcode {
|
||||
display: block;
|
||||
|
@ -545,12 +552,21 @@ h3, h4, h5 {
|
|||
}
|
||||
|
||||
#profile #qrcode {
|
||||
margin-bottom: 1em;
|
||||
outline: solid;
|
||||
outline-color: #333;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 725px) and (prefers-color-scheme: dark) {
|
||||
|
||||
body {
|
||||
background: #2b2a33;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 725px) {
|
||||
|
||||
body {
|
||||
|
@ -567,10 +583,6 @@ h3, h4, h5 {
|
|||
filter: unset;
|
||||
}
|
||||
|
||||
#message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#logo-bottom {
|
||||
display: unset;
|
||||
}
|
||||
|
@ -631,14 +643,6 @@ h3, h4, h5 {
|
|||
|
||||
}
|
||||
|
||||
@media (max-width: 725px) and (prefers-color-scheme: dark) {
|
||||
|
||||
body {
|
||||
background: #2b2a33;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 572px) {
|
||||
|
||||
#bar,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue