diff options
author | tdro <tdro@noreply.example.com> | 2022-07-11 03:40:49 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-07-11 03:40:49 -0400 |
commit | 67a9e8fd8dcf8b6b5d4b03f99065edce2155a92c (patch) | |
tree | ed42b0780ded4178c9648718bfb954d773559fde | |
parent | 820e15d2a94c3b39b942ef797df437ba834ed1ac (diff) | |
download | canory-67a9e8fd8dcf8b6b5d4b03f99065edce2155a92c.tar.gz canory-67a9e8fd8dcf8b6b5d4b03f99065edce2155a92c.tar.bz2 canory-67a9e8fd8dcf8b6b5d4b03f99065edce2155a92c.zip |
assets/css/default: Limit micro card context margins to card padding
-rw-r--r-- | assets/css/default.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 16887d3..bc8cab0 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1415,9 +1415,10 @@ context-profile aside:nth-child(2) { line-height: 1.25; } -micro-thumbnail figure:hover context-menu { - visibility: visible; +micro-card figure:hover context-menu { + margin-right: 1rem; opacity: 1; + visibility: visible; } diagram-container svg { |