tablet sizing, slightly increase mobile
This commit is contained in:
parent
89b60013fe
commit
bd8155c164
@ -36,7 +36,7 @@
|
||||
@media only screen and (max-width: 767px) {
|
||||
#peertube-plugin-livechat-container converse-root {
|
||||
converse-muc {
|
||||
min-height: 52vh;
|
||||
min-height: 55vh;
|
||||
/* 100vh - 30vh for video = 70vh remaining */
|
||||
}
|
||||
}
|
||||
@ -56,7 +56,7 @@
|
||||
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
|
||||
#peertube-plugin-livechat-container converse-root {
|
||||
converse-muc {
|
||||
min-height: 70vh;
|
||||
min-height: 28vh;
|
||||
/* Assuming more height can be used */
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user