Merge pull request 'prevent comments to mess up on small screens like phone' (#4) from Mollomm1/burgercat:main into main

Reviewed-on: https://codeberg.org/burger-software/burgercat/pulls/4
This commit is contained in:
maaa 2023-07-11 21:52:38 +00:00
commit b67a441e0c
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ body {
padding: 5px;
border-radius: 10px;
margin-bottom: 5px;
overflow: hidden; /* to prevent comment to mess up on small screens like phones */
}
.post .username {