Parcourir la source

add vendor specific css prefixes (#80)

Co-authored-by: hossainemruz <hossainemruz@users.noreply.github.com>
github-actions[bot] il y a 4 ans
Parent
commit
a148d6923c
2 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 3 3
      package-lock.json
  2. 2 0
      static/assets/css/layouts/single.css

+ 3 - 3
package-lock.json

@@ -264,9 +264,9 @@
       }
     },
     "electron-to-chromium": {
-      "version": "1.3.540",
-      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.540.tgz",
-      "integrity": "sha512-IoGiZb8SMqTtkDYJtP8EtCdvv3VMtd1QoTlypO2RUBxRq/Wk0rU5IzhzhMckPaC9XxDqUvWsL0XKOBhTiYVN3w==",
+      "version": "1.3.545",
+      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.545.tgz",
+      "integrity": "sha512-+0R/i17u5E1cwF3g0W8Niq3UUKTUMyyT4kLkutZUHG8mDNvFsAckK3HIanzGVtixe3b6rknD8k7gHiR6nKFkgg==",
       "dev": true
     },
     "emoji-regex": {

+ 2 - 0
static/assets/css/layouts/single.css

@@ -424,6 +424,8 @@ mark {
   .toc-section {
     order: 2;
     width: 100%;
+    height: -webkit-fit-content;
+    height: -moz-fit-content;
     height: fit-content;
     max-height: 0;
     max-width: 100%;