diff --git a/static/css/digimarks.css b/static/css/digimarks.css index de71f4f..54b667d 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -75,3 +75,9 @@ height: 60px; width: 60px; } + + /* Fix for broken card reveal in Firefox. Fixed in https://github.com/Dogfalo/materialize/commit/c88e300eb356316026f3746e23ac03811a23b867 */ + .card .card-reveal + { + left: 0; + } diff --git a/templates/bookmarks.html b/templates/bookmarks.html index 12be0da..fa08295 100644 --- a/templates/bookmarks.html +++ b/templates/bookmarks.html @@ -62,32 +62,6 @@ {% endif %} -{# -https://github.com/Dogfalo/materialize/issues/3515 -
-
-
-
- -
-
-
- - title - more_vert - -

content

-
-
-
- Card Titleclose -

revealed

-
-
-
-
-#} -
{% for bookmark in bookmarks %}