[WIP] Add caching functionality.

This commit is contained in:
Schimon Jehudah, Adv. 2024-10-15 15:38:27 +03:00
parent 0b85570631
commit 92b4f5d6d2
7 changed files with 562 additions and 603 deletions

View file

@ -409,7 +409,7 @@ h3, h4, h5 {
text-shadow: 1px 1px #000;
}
#message {
#xmpp-message {
background: #000;
font-weight: bold;
opacity: 10%;
@ -421,11 +421,11 @@ h3, h4, h5 {
right: 0;
}
#message {
#xmpp-message {
color: #fff;
}
#message:hover {
#xmpp-message:hover {
opacity: unset;
}
@ -538,7 +538,7 @@ h3, h4, h5 {
width: unset;
}
#message {
#xmpp-message {
display: none;
}
@ -551,6 +551,10 @@ h3, h4, h5 {
margin-bottom: 2.5em;
}
#notice {
padding-bottom: 1.5em;
}
#profile #qrcode {
margin-bottom: 1em;
outline: solid;