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:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user