Added dead buttons to the profile page

This commit is contained in:
2019-05-17 17:29:01 +10:00
parent 003bd0ff54
commit e1c21f509e
2 changed files with 65 additions and 8 deletions
+24 -1
View File
@@ -170,7 +170,7 @@ footer {
}
}
/* New panel */
/* News panel */
.newsPanel {
margin-left: 15px;
flex: 1;
@@ -179,6 +179,29 @@ footer {
justify-content: flex-start;
}
@media screen and (max-width: 480px) {
.newsPanel {
align-self: stretch;
width: auto;
}
}
.table {
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.row {
flex: 1;
display: flex;
}
.col {
flex: 1;
}
/* bits and pieces */
.logoutButton {
align-self: stretch;