remove input styling, change tablet sizing

This commit is contained in:
matty 2024-06-22 11:15:46 -04:00
parent 42bd732ebb
commit 89b60013fe
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
@media only screen and (max-width: 767px) { @media only screen and (max-width: 767px) {
#peertube-plugin-livechat-container converse-root { #peertube-plugin-livechat-container converse-root {
converse-muc { converse-muc {
min-height: 62vh; min-height: 52vh;
/* 100vh - 30vh for video = 70vh remaining */ /* 100vh - 30vh for video = 70vh remaining */
} }
} }
@ -46,7 +46,7 @@
@media only screen and (min-width: 768px) and (max-width: 1023px) { @media only screen and (min-width: 768px) and (max-width: 1023px) {
#peertube-plugin-livechat-container converse-root { #peertube-plugin-livechat-container converse-root {
converse-muc { converse-muc {
min-height: 68vh; min-height: 30vh;
/* Slightly less to account for other elements */ /* Slightly less to account for other elements */
} }
} }

View File

@ -170,8 +170,8 @@ body.converse-embedded {
#peertube-plugin-livechat-container { #peertube-plugin-livechat-container {
converse-muc-message-form { converse-muc-message-form {
// For an unknown reason, message field in truncated... so adding a bottom margin. // For an unknown reason, message field in truncated... so adding a bottom margin.
max-height: 1.25rem; /* max-height: 1.25rem; */
margin-bottom: 1rem; margin-bottom: 0.1rem;
} }
} }