mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Increase size of flags in language dropdown
This commit is contained in:
parent
e7b4cab20d
commit
2eee132147
@ -19,7 +19,7 @@ $(languagePluginTitle)$/icon
|
||||
</$list>
|
||||
</$button>
|
||||
<$reveal state=<<qualify "$:/state/popup/language">> type="popup" position="below" animate="yes">
|
||||
<div class="tc-drop-down">
|
||||
<div class="tc-drop-down tc-drop-down-language-chooser">
|
||||
<$linkcatcher to="$:/language">
|
||||
<$list filter="[[$:/languages/en-GB]] [plugin-type[language]sort[title]]">
|
||||
<$link>
|
||||
|
@ -918,6 +918,11 @@ canvas.tc-edit-bitmapeditor {
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
.tc-drop-down-language-chooser img {
|
||||
width: 2em;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.tc-drop-down a, .tc-drop-down button {
|
||||
display: block;
|
||||
padding: 0 14px 0 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user