fix: the friend link page style.

This commit is contained in:
Yufan Sheng 2024-06-19 04:12:32 +08:00
parent 6a4f8a948a
commit 9014fc8ad9
Signed by: syhily
GPG Key ID: 9D18A22A7DCD5A9B

View File

@ -1398,7 +1398,34 @@ textarea.form-control {
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;
display: inline-block;
margin-left: 8px;
@ -1406,9 +1433,9 @@ textarea.form-control {
height: 12px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
.list-desc .h-2x {
-webkit-line-clamp: 1;
@media (max-width: 767.98px) {
.list-bookmarks {
margin: 2.5rem 0 0;
}
}