Fix share chat CSS for little screens.

This commit is contained in:
John Livingston 2024-06-14 16:14:21 +02:00
parent 7b617a9aad
commit 84c381e5d6
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
livechat-share-chat {
display: block;
text-align: start;
& > * {
margin-top: 10px;
@ -72,6 +73,7 @@ livechat-share-chat {
}
.livechat-shareurl-tips {
min-height: 60px;
margin-bottom: 1rem;
margin-top: 1rem;
}
}