Merge pull request #1408 from xiaoyifang/opt/css-instric-feature-remove

opt: css feature content-visibility only available in modern style
This commit is contained in:
xiaoyifang 2024-02-27 19:57:55 +08:00 committed by GitHub
commit 838ec3e037
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -67,8 +67,6 @@ pre {
background: #fefdeb;
/*fix for invalid blg*/
font-style: normal;
content-visibility: auto;
contain-intrinsic-height: auto 600px;
}
/* CSS trick to prevent the floating elements to overflow

View file

@ -25,6 +25,9 @@ a:hover {
background: white;
padding-left: 2em;
padding-right: 2em;
content-visibility: auto;
contain-intrinsic-height: auto 600px;
}
.gdactivearticle {

View file

@ -99,8 +99,6 @@ pre {
margin-bottom: 8px;
/*fix for invalid blg*/
font-style: normal;
content-visibility: auto;
contain-intrinsic-height: auto 600px;
}
.empty-space {