aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-12-17 22:18:59 -0500
committertdro <tdro@noreply.example.com>2022-12-17 22:18:59 -0500
commit566768fcfb3594c4861f29c7df6fc3bd14c19061 (patch)
treefbad9f5fd2e07634e65b793c46a775bc23ef0be7 /assets
parenta298248eea70d434f421f63256aace027c063ffb (diff)
downloadcanory-566768fcfb3594c4861f29c7df6fc3bd14c19061.tar.gz
canory-566768fcfb3594c4861f29c7df6fc3bd14c19061.tar.bz2
canory-566768fcfb3594c4861f29c7df6fc3bd14c19061.zip
content/canory/messages/selfdestruct: Use disclose
Rearrange order and use advance measure unit on margins to prevent content shifting
Diffstat (limited to 'assets')
-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 dd3f73c..11a762c 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1206,7 +1206,7 @@ micro-content details[data-disclosure] summary:hover {
micro-content details[data-disclosure] summary:after,
micro-content details[data-disclosure][open] summary:after {
padding: 0 0.5rem;
- margin: 0 0.5rem;
+ margin-left: 1ch;
border: 2px solid;
border-color: #ddd;
border-color: var(--border-darker);