Commit 1405884c authored by JC Brand's avatar JC Brand

Reset user agent styles. Fix login form margin and height

parent 617019af
This diff is collapsed.
This diff is collapsed.
......@@ -8,7 +8,7 @@
<link type="text/css" rel="stylesheet" media="screen" href="../../css/inverse.css" />
</head>
<body>
<body class="reset">
<div id="conversejs" class="fullscreen">
<div class="sidebar"></div>
<div class="row no-gutters">
......
......@@ -406,6 +406,7 @@
.controlbox-panes {
height: 100%;
overflow-y: auto;
background-color: white;
}
.controlbox-pane {
......
......@@ -6,9 +6,11 @@
@include animation-timing-function(ease);
}
#converse-embedded-chat,
body.reset {
margin: 0;
}
#conversejs {
margin-left: -$chat-gutter; // Mystery why this is necessary
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
bottom: 0;
......
#conversejs.fullscreen {
#controlbox {
margin: 0;
// margin-left: -$chat-gutter; // Mystery why this is necessary
.controlbox-pane {
border-radius: 0;
}
#login-dialog {
border-radius: $chatbox-border-radius;
border-radius: 0;
.converse-form {
margin: 0;
padding: 3em 2em 3em;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment