summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorMichael Manfre2022-12-06 18:55:35 -0500
committerGitHub2022-12-06 16:55:35 -0700
commitdcf2d801b93e195ad27d349427a7c6aaa8845d61 (patch)
tree4ffb6555603aefa1356d248b5a4af51da81ba4b0 /static
parentc87ad8116fbd19107456147b026e1cc214334b40 (diff)
downloadtakahe-dcf2d801b93e195ad27d349427a7c6aaa8845d61.tar.gz
takahe-dcf2d801b93e195ad27d349427a7c6aaa8845d61.tar.bz2
takahe-dcf2d801b93e195ad27d349427a7c6aaa8845d61.zip
'View in admin' link for post popup menu (#134)
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 08bde08..1f9220f 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -954,12 +954,13 @@ table.metadata td.name {
.post .actions menu.enabled {
display: block;
+ z-index: 10;
}
.post .actions menu a {
text-align: left;
display: block;
- width: 160px;
+ width: 165px;
font-size: 15px;
}