图片缩放bug、图片缩略、相册link样式

This commit is contained in:
tlyong1992
2022-06-06 17:24:26 +08:00
parent efdb2d084e
commit a741007ddc
2 changed files with 4 additions and 3 deletions

View File

@@ -537,7 +537,7 @@
color: inherit;
word-break: break-word;
text-decoration: inherit;
border-bottom: 0.05em solid;
border-bottom: .05em solid !important;
border-color: var(--fg-color-2);
opacity: 0.7;
transition: border-color 100ms ease-in, opacity 100ms ease-in;
@@ -673,7 +673,7 @@ svg.notion-page-icon {
.notion-asset-wrapper img {
width: 100%;
height: 100%;
/* height: 100%; */
max-height: 100%;
}