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:
parent
e7b4cab20d
commit
2eee132147
@ -19,7 +19,7 @@ $(languagePluginTitle)$/icon
|
|||||||
</$list>
|
</$list>
|
||||||
</$button>
|
</$button>
|
||||||
<$reveal state=<<qualify "$:/state/popup/language">> type="popup" position="below" animate="yes">
|
<$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">
|
<$linkcatcher to="$:/language">
|
||||||
<$list filter="[[$:/languages/en-GB]] [plugin-type[language]sort[title]]">
|
<$list filter="[[$:/languages/en-GB]] [plugin-type[language]sort[title]]">
|
||||||
<$link>
|
<$link>
|
||||||
|
@ -918,6 +918,11 @@ canvas.tc-edit-bitmapeditor {
|
|||||||
width: 1em;
|
width: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-drop-down-language-chooser img {
|
||||||
|
width: 2em;
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-drop-down a, .tc-drop-down button {
|
.tc-drop-down a, .tc-drop-down button {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0 14px 0 14px;
|
padding: 0 14px 0 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user