mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 08:54:27 +02:00
fix album column styling to fit link to width of text
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.album-link {
|
||||
display: inline;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.album-container.compact {
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user