Compare commits

..

No commits in common. "c363753884fad2af10d4f03734584be0e7d9a07d" and "59b413dace4f3dcba77b38821ffb740524bac261" have entirely different histories.

4 changed files with 8 additions and 6 deletions

View file

@ -12,12 +12,16 @@
.banner { .banner {
width: 100%; width: 100%;
margin-top: calc(-1 * var(--scaffold-topbar-height)); margin-top: calc(-1 * (var(--scaffold-topbar-height) + var(--safe-area-inset-top)));
>img { >img {
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 100%; height: 100%;
&::before {
visibility: hidden;
}
} }
} }

View file

@ -4,7 +4,6 @@
margin-left: calc(var(--card-pad, 0) + var(--toot-avatar-size, 0) + 8px); margin-left: calc(var(--card-pad, 0) + var(--toot-avatar-size, 0) + 8px);
margin-right: var(--card-pad, 0); margin-right: var(--card-pad, 0);
gap: 4px; gap: 4px;
contain: layout style;
> :where(img, video) { > :where(img, video) {
max-height: 35vh; max-height: 35vh;

View file

@ -1,7 +1,7 @@
.PreviewCard { .PreviewCard {
display: block; display: block;
border: 1px solid #eeeeee; border: 1px solid #eeeeee;
background-color: var(--tutu-color-surface-d); background-color: var(--tutu-color-surface);
text-decoration: none; text-decoration: none;
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
@ -13,16 +13,16 @@
overflow: hidden; overflow: hidden;
z-index: 1; z-index: 1;
position: relative; position: relative;
contain: layout style;
>img { >img {
background-color: var(--tutu-color-surface); background-color: #eeeeee;
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
&:hover, &:hover,
&:focus-visible { &:focus-visible {
background-color: var(--tutu-color-surface-d);
color: var(--tutu-color-on-surface); color: var(--tutu-color-on-surface);
>h1 { >h1 {

View file

@ -46,7 +46,6 @@
align-items: flex-start; align-items: flex-start;
gap: 8px; gap: 8px;
margin-bottom: 8px; margin-bottom: 8px;
contain: layout style;
> :not(:first-child) { > :not(:first-child) {
flex-grow: 1; flex-grow: 1;