Hiding profile descriptions in compact mode.

This commit is contained in:
ThePendulum 2020-05-19 04:51:47 +02:00
parent c0898b84d6
commit 52ce2934ac
2 changed files with 5 additions and 4 deletions

View File

@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB