Hiding profile descriptions in compact mode.
This commit is contained in:
parent
c0898b84d6
commit
52ce2934ac
|
@ -647,7 +647,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: $breakpoint4) {
|
@media(max-width: $breakpoint4) {
|
||||||
.description {
|
.descriptions-container {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -710,14 +710,15 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expanded .description {
|
/*
|
||||||
|
.expanded .descriptions-container {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: none;
|
max-height: 30rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
overflow: bisible;
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.expanded {
|
.expanded {
|
||||||
.collapse-header {
|
.collapse-header {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue