From 637f39f2828a70bc053e8c0f8f2253dc04ae358c Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 25 Mar 2024 17:15:05 +0000 Subject: tilt the piin --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 30b9ba64c..56194c735 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -996,6 +996,10 @@ img.mail-conv-sender-photo { margin-top: 2em; } +.wall-item-pinned i { + transform: rotate(45deg); +} + .wall-item-content-wrapper { background-color: var(--bs-tertiary-bg); } -- cgit v1.2.3