Added dead buttons to the profile page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user