1
0
mirror of https://github.com/uowuo/abaddon.git synced 2025-03-04 03:03:16 -05:00

message reply style

This commit is contained in:
ouwou 2023-11-18 19:44:03 -05:00
parent cf1752e42f
commit ed5fcfb280

View File

@ -45,3 +45,11 @@
.message-input textview {
padding: 10px 5px;
}
.message-reply {
border-left: 2px solid gray;
padding-left: 10px;
padding-top: 6px;
padding-bottom: 6px;
opacity: 0.8;
}