mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-25 20:31:46 +02:00
Remove duplicate rule & add non-prefixed line-clamp
This commit is contained in:
parent
88c58e6108
commit
984f26807e
@ -94,8 +94,8 @@
|
|||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-truncate-3-lines { -webkit-line-clamp: 3; }
|
.text-truncate-3-lines { line-clamp: 3; -webkit-line-clamp: 3; }
|
||||||
.text-truncate-2-lines { -webkit-line-clamp: 2; }
|
.text-truncate-2-lines { line-clamp: 2; -webkit-line-clamp: 2; }
|
||||||
|
|
||||||
.visited-indicator:not(.text-truncate)::after,
|
.visited-indicator:not(.text-truncate)::after,
|
||||||
.visited-indicator.text-truncate::before,
|
.visited-indicator.text-truncate::before,
|
||||||
@ -401,12 +401,6 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes loadingIconSpin {
|
|
||||||
to {
|
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.notice-icon {
|
.notice-icon {
|
||||||
width: 0.7rem;
|
width: 0.7rem;
|
||||||
height: 0.7rem;
|
height: 0.7rem;
|
||||||
@ -843,6 +837,7 @@ details[open] .summary::after {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
line-clamp: 2;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
@ -1510,6 +1505,7 @@ details[open] .summary::after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rss-detailed-description {
|
.rss-detailed-description {
|
||||||
|
line-clamp: 3;
|
||||||
-webkit-line-clamp: 3;
|
-webkit-line-clamp: 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user