mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
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.
This commit is contained in:
parent
38ca847ec9
commit
521e7f9b62
@ -660,7 +660,7 @@ button.tc-untagged-label {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.tc-tiddler-controls button {
|
||||
.tc-tiddler-controls > span > button {
|
||||
vertical-align: baseline;
|
||||
margin-left:5px;
|
||||
}
|
||||
@ -917,7 +917,7 @@ canvas.tc-edit-bitmapeditor {
|
||||
}
|
||||
|
||||
.tc-drop-down {
|
||||
min-width: 280px;
|
||||
min-width: 380px;
|
||||
border: 1px solid <<colour dropdown-border>>;
|
||||
background-color: <<colour dropdown-background>>;
|
||||
padding: 7px 0 7px 0;
|
||||
@ -1004,7 +1004,7 @@ canvas.tc-edit-bitmapeditor {
|
||||
|
||||
.tc-block-dropdown {
|
||||
position: absolute;
|
||||
min-width: 280px;
|
||||
min-width: 220px;
|
||||
border: 1px solid <<colour dropdown-border>>;
|
||||
background-color: <<colour dropdown-background>>;
|
||||
padding: 7px 0;
|
||||
|
Loading…
Reference in New Issue
Block a user