1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-11 07:16:08 +00:00

Refactor sidebar tools tab

It’s going to be like the tools tab of tiddler info
This commit is contained in:
Jermolene
2014-08-02 11:58:55 +01:00
parent 5291f33c84
commit 120203a8e0
3 changed files with 43 additions and 3 deletions

View File

@@ -282,7 +282,7 @@ button svg, button img {
color: <<colour sidebar-muted-foreground-hover>>;
}
.tw-image-button {
button svg.tw-image-button, button .tw-image-button img {
height: 1em;
width: 1em;
}
@@ -872,6 +872,15 @@ canvas.tw-edit-bitmapeditor {
padding: 0 14px 0 14px;
}
.tw-drop-down svg {
width: 1em;
height: 1em;
}
.tw-drop-down img {
width: 1em;
}
.tw-drop-down a, .tw-drop-down button {
display: block;
padding: 0 14px 0 14px;