Hiding profile descriptions in compact mode.
This commit is contained in:
@@ -647,7 +647,7 @@ export default {
|
||||
}
|
||||
|
||||
@media(max-width: $breakpoint4) {
|
||||
.description {
|
||||
.descriptions-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -710,14 +710,15 @@ export default {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.expanded .description {
|
||||
/*
|
||||
.expanded .descriptions-container {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
max-height: none;
|
||||
max-height: 30rem;
|
||||
margin: 0;
|
||||
padding: 0 1rem;
|
||||
overflow: bisible;
|
||||
}
|
||||
*/
|
||||
|
||||
.expanded {
|
||||
.collapse-header {
|
||||
|
||||
Reference in New Issue
Block a user