diff options
author | Mario <mario@mariovavti.com> | 2024-03-25 17:15:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-25 17:15:05 +0000 |
commit | 637f39f2828a70bc053e8c0f8f2253dc04ae358c (patch) | |
tree | 123446213e143071fc12bce2ddce93869185454a /view/theme/redbasic/css | |
parent | 842df8a7991688ccb0770dcca0119acf728e1c8b (diff) | |
download | volse-hubzilla-637f39f2828a70bc053e8c0f8f2253dc04ae358c.tar.gz volse-hubzilla-637f39f2828a70bc053e8c0f8f2253dc04ae358c.tar.bz2 volse-hubzilla-637f39f2828a70bc053e8c0f8f2253dc04ae358c.zip |
tilt the piin
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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); } |