mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-22 08:23:52 +01:00
Fix bookmark icons shrinking when text wraps
This commit is contained in:
parent
07fe5b3cb1
commit
d5fa6424c1
@ -1050,6 +1050,7 @@ details[open] .summary::after {
|
|||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmarks-icon {
|
.bookmarks-icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user