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
🔒