fix: the friend link page style.

This commit is contained in:
Yufan Sheng 2024-06-19 04:12:32 +08:00
parent 28ce980061
commit a6776fe145
Signed by: syhily
GPG Key ID: DEB186763C308C31

View File

@ -1398,7 +1398,34 @@ textarea.form-control {
color: inherit; color: inherit;
} }
.list-favicon { @media (min-width: 1200px) and (max-width: 1399.98px) {
.list-desc .h-2x {
-webkit-line-clamp: 1;
}
}
/*--------------------------------------------------------------
list bookmarks style
--------------------------------------------------------------*/
.list-bookmarks {
margin: 2rem 0 0;
}
.list-bookmarks .list-gogogo {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.list-bookmarks .list-grouped .list-content {
padding: 0.75rem 1rem 1rem;
}
.list-bookmarks .list-favicon {
background-size: cover; background-size: cover;
display: inline-block; display: inline-block;
margin-left: 8px; margin-left: 8px;
@ -1406,9 +1433,9 @@ textarea.form-control {
height: 12px; height: 12px;
} }
@media (min-width: 1200px) and (max-width: 1399.98px) { @media (max-width: 767.98px) {
.list-desc .h-2x { .list-bookmarks {
-webkit-line-clamp: 1; margin: 2.5rem 0 0;
} }
} }