summaryrefslogtreecommitdiff
path: root/public/static
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-16 02:35:37 +0500
committerilotterytea <iltsu@alright.party>2025-05-16 02:35:37 +0500
commitb7f98ae1ab924edebb5a06506cc8545956fd8443 (patch)
tree225b2024d2b13ba894f98171f092333183c305db /public/static
parent664f82212c191af8e8bcbafeb60c8b78a10b4fbe (diff)
feat: emote wall
Diffstat (limited to 'public/static')
-rw-r--r--public/static/img/icons/table.pngbin0 -> 566 bytes
-rw-r--r--public/static/style.css11
2 files changed, 10 insertions, 1 deletions
diff --git a/public/static/img/icons/table.png b/public/static/img/icons/table.png
new file mode 100644
index 0000000..abcd936
--- /dev/null
+++ b/public/static/img/icons/table.png
Binary files differ
diff --git a/public/static/style.css b/public/static/style.css
index 5127d9c..9aa1ca9 100644
--- a/public/static/style.css
+++ b/public/static/style.css
@@ -388,11 +388,16 @@ button.big,
font-size: 10px;
}
-.box.emote img {
+.box.emote:has(.emote-desc) img {
max-width: 64px;
max-height: 64px;
}
+.box.emote:has(.emote-desc.none) img {
+ max-width: 96px;
+ max-height: 96px;
+}
+
a.box {
text-decoration: none;
color: black;
@@ -563,6 +568,10 @@ a.box:hover {
display: flex;
}
+.none {
+ display: none;
+}
+
.w-full {
width: 100%;
}