Add hosting link

This commit is contained in:
Travis Ralston 2020-06-08 09:32:16 -06:00
parent 94ce23aa4b
commit 50673496c3
2 changed files with 29 additions and 3 deletions

View file

@ -42,6 +42,11 @@ limitations under the License.
display: flex;
align-items: center;
&:nth-child(n + 1) {
// The first header will have appropriate padding, subsequent ones need a margin.
margin-top: 10px;
}
.mx_UserMenuButton_contextMenu_name {
// Create another flexbox of columns to handle large user IDs
display: flex;