1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Link panel styling tweaks

This commit is contained in:
Jermolene 2015-04-01 14:08:16 +01:00
parent 46848b817c
commit 4f8982f44d

View File

@ -1663,7 +1663,7 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
.tc-thumbnail-wrapper { .tc-thumbnail-wrapper {
position: relative; position: relative;
display: inline-block; display: inline-block;
margin: 0; margin: 2px;
vertical-align: top; vertical-align: top;
} }
@ -1710,10 +1710,13 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
.tc-thumbnail-icon { .tc-thumbnail-icon {
position: absolute; position: absolute;
top: 50%; top: 0;
left: 50%; left: 0;
margin-left: -1.5em; right: 0;
margin-top: -1.5em; bottom: 0;
display: flex;
align-items: center;
justify-content: center;
} }
.tc-thumbnail-caption { .tc-thumbnail-caption {