Update styles.css

This commit is contained in:
kim365my 2024-04-06 00:08:17 +09:00
parent fa9deb144f
commit 374e201c86
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@ a:has(.openGraphPreview):hover {
border-radius: 0 !important; border-radius: 0 !important;
} }
.openGraphPreview .se-oglink-info-container { .openGraphPreview .se-oglink-info-container {
width: min-content;
overflow: auto; overflow: auto;
padding: var(--size-4-3) var(--size-4-2); padding: var(--size-4-3) var(--size-4-2);
} }
@ -86,5 +85,6 @@ a:has(.openGraphPreview):hover {
} }
.openGraphPreview .se-oglink-thumbnail { .openGraphPreview .se-oglink-thumbnail {
width: 150px; width: 150px;
flex-shrink: 0;
} }
} }