Remove last paragraph margin for compact layout

This commit is contained in:
Cohee 2024-03-27 19:49:14 +02:00
parent 0bf6835de2
commit 45bd8c18ed
1 changed files with 4 additions and 0 deletions

View File

@ -382,6 +382,10 @@ small {
text-align: center;
}
.mes.smallSysMes .mes_text p:last-child {
margin: 0;
}
.mes.smallSysMes .swipe_right,
.mes.smallSysMes .swipe_left {
display: none !important;