remove input styling, change tablet sizing
This commit is contained in:
parent
42bd732ebb
commit
89b60013fe
@ -36,7 +36,7 @@
|
||||
@media only screen and (max-width: 767px) {
|
||||
#peertube-plugin-livechat-container converse-root {
|
||||
converse-muc {
|
||||
min-height: 62vh;
|
||||
min-height: 52vh;
|
||||
/* 100vh - 30vh for video = 70vh remaining */
|
||||
}
|
||||
}
|
||||
@ -46,7 +46,7 @@
|
||||
@media only screen and (min-width: 768px) and (max-width: 1023px) {
|
||||
#peertube-plugin-livechat-container converse-root {
|
||||
converse-muc {
|
||||
min-height: 68vh;
|
||||
min-height: 30vh;
|
||||
/* Slightly less to account for other elements */
|
||||
}
|
||||
}
|
||||
|
@ -170,8 +170,8 @@ body.converse-embedded {
|
||||
#peertube-plugin-livechat-container {
|
||||
converse-muc-message-form {
|
||||
// For an unknown reason, message field in truncated... so adding a bottom margin.
|
||||
max-height: 1.25rem;
|
||||
margin-bottom: 1rem;
|
||||
/* max-height: 1.25rem; */
|
||||
margin-bottom: 0.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user