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 @@ ...@@ -8,7 +8,7 @@
<link type="text/css" rel="stylesheet" media="screen" href="../../css/inverse.css" /> <link type="text/css" rel="stylesheet" media="screen" href="../../css/inverse.css" />
</head> </head>
<body> <body class="reset">
<div id="conversejs" class="fullscreen"> <div id="conversejs" class="fullscreen">
<div class="sidebar"></div> <div class="sidebar"></div>
<div class="row no-gutters"> <div class="row no-gutters">
......
...@@ -406,6 +406,7 @@ ...@@ -406,6 +406,7 @@
.controlbox-panes { .controlbox-panes {
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
background-color: white;
} }
.controlbox-pane { .controlbox-pane {
......
...@@ -6,9 +6,11 @@ ...@@ -6,9 +6,11 @@
@include animation-timing-function(ease); @include animation-timing-function(ease);
} }
#converse-embedded-chat, body.reset {
margin: 0;
}
#conversejs { #conversejs {
margin-left: -$chat-gutter; // Mystery why this is necessary
padding-left: env(safe-area-inset-left); padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right); padding-right: env(safe-area-inset-right);
bottom: 0; bottom: 0;
......
#conversejs.fullscreen { #conversejs.fullscreen {
#controlbox { #controlbox {
margin: 0; margin: 0;
// margin-left: -$chat-gutter; // Mystery why this is necessary
.controlbox-pane { .controlbox-pane {
border-radius: 0; border-radius: 0;
} }
#login-dialog { #login-dialog {
border-radius: $chatbox-border-radius; border-radius: 0;
.converse-form { .converse-form {
margin: 0; margin: 0;
padding: 3em 2em 3em; 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