1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 17:10:29 +00:00

Increase size of flags in language dropdown

This commit is contained in:
Jermolene 2014-10-29 12:15:32 +00:00
parent e7b4cab20d
commit 2eee132147
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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;