fix: tile-info-area shares space between credentials+comment, scroll restored

This commit is contained in:
2026-04-28 12:48:59 +00:00
parent 6ccba89216
commit 7a7c6e30e3
2 changed files with 32 additions and 24 deletions
+10 -4
View File
@@ -355,7 +355,7 @@ button {
border: 1px solid #c7d9ea;
border-radius: 8px;
padding: 0.5rem 0.75rem 0.55rem;
margin: 0.65rem 0 0.1rem;
margin: 0 0 0.5rem;
display: flex;
flex-direction: column;
gap: 0.3rem;
@@ -461,15 +461,21 @@ button {
margin-top: 0.45rem;
color: #4b6178;
}
.tile-info-area {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
gap: 0;
}
.tile-comment {
display: block;
flex: 1;
min-height: 0;
overflow: hidden;
overflow-y: auto;
overflow-x: hidden;
line-height: 1.35;
padding-right: 0.2rem;
mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
-webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
.tile-comment b,
.tile-comment strong {