editor: UI polish - Etherpad brand as reconnect & loading animation

This commit is contained in:
John McLear 2021-02-21 13:24:51 +00:00 committed by GitHub
parent 6023117d29
commit 086b59b30d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 77 additions and 3 deletions

View file

@ -70,3 +70,10 @@ input {
@media (max-width: 800px) {
.hide-for-mobile { display: none; }
}
.etherpadBrand{
width:20%;
max-width:100px;
margin-left:auto;
margin-right:auto;
}

View file

@ -130,7 +130,6 @@
.buttonicon-microphone-alt-slash:before { content: '\e83e'; } /* '' */
.buttonicon-compress:before { content: '\e83f'; } /* '' */
.buttonicon-expand:before { content: '\e840'; } /* '' */
.buttonicon-spin5:before { content: '\e841'; } /* '' */
.buttonicon-eye-slash:before { content: '\e843'; } /* '' */
.buttonicon-list-ol:before { content: '\e844'; } /* '' */
.buttonicon-bold:before { content: '\e845'; } /* '' */
@ -190,4 +189,4 @@
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
}