Commit 7af9d2d1 authored by JC Brand's avatar JC Brand

CSS fix for Edge. Brand heading was wrapping in overlayed view

updates #1220
parent 31080bf2
......@@ -9945,19 +9945,14 @@ body.reset {
margin-top: 0.5em; }
#conversejs.converse-overlayed #controlbox:not(.logged-out) .controlbox-head {
height: 15px; }
#conversejs.converse-overlayed #controlbox .brand-heading-container {
width: 100%; }
#conversejs.converse-overlayed #controlbox .controlbox-head {
display: flex;
flex-direction: row-reverse;
flex-wrap: nowrap;
justify-content: space-between; }
#conversejs.converse-overlayed #controlbox .controlbox-head .brand-heading {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
color: #666;
font-size: 2em; }
#conversejs.converse-overlayed #controlbox .controlbox-head .chatbox-btn {
......
......@@ -157,11 +157,9 @@
}
.brand-heading-container {
.brand-heading {
text-align: center;
}
.brand-name {
font-size: 120%;
}
......@@ -366,16 +364,17 @@
}
}
.brand-heading-container {
width: 100%;
}
.controlbox-head {
display: flex;
flex-direction: row-reverse;
flex-wrap: nowrap;
justify-content: space-between;
.brand-heading {
@include make-col-ready();
@include make-col(8);
color: $text-color;
font-size: 2em;
}
......
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