mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
图片缩放bug、图片缩略、相册link样式
This commit is contained in:
@@ -137,6 +137,7 @@ nav {
|
||||
|
||||
.medium-zoom-overlay{
|
||||
background: none !important;
|
||||
/* background: rgba(0, 0, 0, 0.01) none repeat scroll 0% 0% !important; */
|
||||
}
|
||||
|
||||
.shadow-text{
|
||||
@@ -156,7 +157,7 @@ nav {
|
||||
}
|
||||
|
||||
.medium-zoom-image--opened{
|
||||
width: auto !important;
|
||||
/* width: auto !important; */
|
||||
}
|
||||
|
||||
[data-waline] p {
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user