fix dark theme room join bar

This commit is contained in:
Matthew Hodgson
2017-02-20 01:15:54 +02:00
parent aba121aab0
commit be79ccccf6
3 changed files with 5 additions and 3 deletions

View File

@@ -22,9 +22,7 @@ limitations under the License.
flex-direction: column;
justify-content: center;
display: flex;
/* For welcome pages */
background-color: #f7f7f7;
background-color: $preview-bar-bg-color;
-webkit-align-items: center;
}