1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-12 07:46:06 +00:00

Improve plugin tab layout

It’s still a bit of a mess, and the vertical alignment isn’t working
properly
This commit is contained in:
Jermolene
2014-08-08 10:01:21 +01:00
parent d01efe8698
commit bd92dc3692
2 changed files with 45 additions and 33 deletions

View File

@@ -1238,6 +1238,23 @@ canvas.tw-edit-bitmapeditor {
width: 100%;
}
.tw-plugin-info {
vertical-align: middle;
border: 1px solid <<colour muted-foreground>>;
margin: 1em 0 1em 0;
padding: 8px;
}
.tw-plugin-info img, .tw-plugin-info svg {
width: 3em;
height: 3em;
}
.tw-plugin-info .tw-plugin-info-dropdown-button,
.tw-plugin-info .tw-tiddlylink {
display: inline-block;
}
/*
** Message boxes
*/