forked from DebaucheryLibrarian/traxxx
Hiding profile descriptions in compact mode.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
BIN
public/img/logos/boobpedia/boobpedia.png
Normal file
BIN
public/img/logos/boobpedia/boobpedia.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user