diff --git a/static/default.css b/static/default.css index 3eb5992..5cd8ee2 100644 --- a/static/default.css +++ b/static/default.css @@ -104,7 +104,6 @@ textarea {font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif; .edit-form__message { width: 100%; margin: 0.25em 0; } .edit-form__save { font-weight: bold; } .edit-toolbar__buttons, .edit-toolbar__ad { margin: .5rem; } -.edit-toolbar__btn { font-size: .75rem; margin-bottom: .125rem; } .icon {margin-right: .25rem; vertical-align: bottom; } @@ -471,6 +470,7 @@ kbd { * Buttons */ +::-webkit-file-upload-button, .btn { line-height: normal; display: inline-block; @@ -519,6 +519,11 @@ kbd { } } +.edit-toolbar__btn { + font-size: .75rem; + margin-bottom: .125rem; +} + /* * Recent changes */ @@ -655,6 +660,10 @@ kbd { padding: 0 .5rem; } +.top-bar__search-bar { + vertical-align: text-top; +} + @media (prefers-color-scheme: dark) { .top-bar a { color: #ddd; @@ -714,7 +723,7 @@ kbd { } .top-bar__wrapper { margin: 0; - grid-template-columns: 1fr 2fr 1fr; + grid-template-columns: 1fr 1fr 1fr; } .top-bar__section_home { grid-column: 1 / span 1; diff --git a/views/auth.qtpl b/views/auth.qtpl index 48b27e1..5a20cdd 100644 --- a/views/auth.qtpl +++ b/views/auth.qtpl @@ -126,18 +126,18 @@ Telegram auth widget was requested by Yogurt. As you can see, we don't offer use

🔒

Locked

- -
- -
- -
- -
- -
+ +
+ +
+ +
+ +
+ + + {%= telegramWidgetHTML() %} - {%= telegramWidgetHTML() %} diff --git a/views/auth.qtpl.go b/views/auth.qtpl.go index 24c58b6..dd46040 100644 --- a/views/auth.qtpl.go +++ b/views/auth.qtpl.go @@ -221,7 +221,7 @@ func streamtelegramWidgetHTML(qw422016 *qt422016.Writer) { if cfg.TelegramEnabled { //line views/auth.qtpl:71 qw422016.N().S(` -

You can log in using Telegram. It only works if you have set your @username in Telegram and this username is free on this wiki.

+

You can log in using Telegram. It only works if you have set your @username in Telegram and this username is free on this wiki.