1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-27 09:24:45 +00:00

Fix vertical alignment of link panels

Improves #1609
This commit is contained in:
Jermolene 2015-03-23 17:29:51 +00:00
parent b31237c86d
commit 958621f0c0

View File

@ -1657,6 +1657,7 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
border: 1px solid <<colour muted-foreground>>; border: 1px solid <<colour muted-foreground>>;
border-radius: 3px; border-radius: 3px;
margin: 2px; margin: 2px;
vertical-align: top;
} }
.tc-thumbnail-right-wrapper { .tc-thumbnail-right-wrapper {