kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Adjust default dropdown width
To avoid text of exporter descriptions overflowing on Firefox. We need a better solution. On Chrome, nested popups resize to fit their content, without being constrained by the parent width.print-window-tiddler
rodzic
38ca847ec9
commit
521e7f9b62
|
@ -660,7 +660,7 @@ button.tc-untagged-label {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tiddler-controls button {
|
.tc-tiddler-controls > span > button {
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
margin-left:5px;
|
margin-left:5px;
|
||||||
}
|
}
|
||||||
|
@ -917,7 +917,7 @@ canvas.tc-edit-bitmapeditor {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-drop-down {
|
.tc-drop-down {
|
||||||
min-width: 280px;
|
min-width: 380px;
|
||||||
border: 1px solid <<colour dropdown-border>>;
|
border: 1px solid <<colour dropdown-border>>;
|
||||||
background-color: <<colour dropdown-background>>;
|
background-color: <<colour dropdown-background>>;
|
||||||
padding: 7px 0 7px 0;
|
padding: 7px 0 7px 0;
|
||||||
|
@ -1004,7 +1004,7 @@ canvas.tc-edit-bitmapeditor {
|
||||||
|
|
||||||
.tc-block-dropdown {
|
.tc-block-dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
min-width: 280px;
|
min-width: 220px;
|
||||||
border: 1px solid <<colour dropdown-border>>;
|
border: 1px solid <<colour dropdown-border>>;
|
||||||
background-color: <<colour dropdown-background>>;
|
background-color: <<colour dropdown-background>>;
|
||||||
padding: 7px 0;
|
padding: 7px 0;
|
||||||
|
|
Ładowanie…
Reference in New Issue