aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-06-16 20:15:21 -0400
committertdro <tdro@noreply.example.com>2022-06-16 20:15:21 -0400
commitb2fbe92b8dada727bc0016112cc688d0f6f95617 (patch)
tree0585fd177fbc03faeb2fe8dcff6e3d1f41f49df1
parent8a904dcbd0eb8a0ae38f51d6793746bad18d56aa (diff)
downloadcanory-b2fbe92b8dada727bc0016112cc688d0f6f95617.tar.gz
canory-b2fbe92b8dada727bc0016112cc688d0f6f95617.tar.bz2
canory-b2fbe92b8dada727bc0016112cc688d0f6f95617.zip
assets/css/default: Increase max context menu width
-rw-r--r--assets/css/default.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 11f54d4..709d1d7 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1362,7 +1362,7 @@ context-menu {
min-width: 6.25rem;
position: absolute;
z-index: 99;
- max-width: 15rem;
+ max-width: 20rem;
visibility: hidden;
opacity: 0;
}