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) {
|
||||
.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 |
Loading…
Reference in New Issue