logout button on splashscreen to avoid wedging users whose server has gone awol

This commit is contained in:
Matthew Hodgson 2015-11-18 20:47:14 +00:00
parent c9fe0b96b7
commit 46541a3f2e
2 changed files with 24 additions and 1 deletions

View file

@ -14,6 +14,18 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MatrixChat_splash {
position: relative;
height: 100%;
}
.mx_MatrixChat_splashButtons {
text-align: center;
width: 100%;
position: absolute;
bottom: 30px;
}
.mx_MatrixChat_wrapper {
display: -webkit-box;
display: -moz-box;