xmpp.chapril.org-conversejs/css/mobile.css

14 lines
229 B
CSS
Raw Normal View History

2016-10-19 10:51:21 +02:00
#conversejs {
left: 0px;
right: 0px;
2018-01-29 15:03:10 +01:00
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
2016-10-19 10:51:21 +02:00
}
.converse-chatroom {
font-size: 14px;
}
.intro {
2018-01-29 15:03:10 +01:00
padding: 0;
height: 100vh;
2016-10-19 10:51:21 +02:00
}