mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
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:
commit
838ec3e037
|
@ -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
|
||||
|
|
|
@ -25,6 +25,9 @@ a:hover {
|
|||
background: white;
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
|
||||
content-visibility: auto;
|
||||
contain-intrinsic-height: auto 600px;
|
||||
}
|
||||
|
||||
.gdactivearticle {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue