diff --git a/static/style.css b/static/style.css index 6af6de1c..ba5230e5 100644 --- a/static/style.css +++ b/static/style.css @@ -108,7 +108,7 @@ pre .value, code .value, code.value { background-color: #23527c90; } -.i-label { +.text-outline { text-shadow: -2px -2px 0 var(--bg), 2px -2px 0 var(--bg), -2px 2px 0 var(--bg), 2px 2px 0 var(--bg); /* this is easier and supported in major browsers but draws the outline *inside* the text, not outside, which looks much worse. @@ -145,11 +145,9 @@ pre .value, code .value, code.value { } .front-buttons { - text-align: left; - margin-left: 2em; /* vertical center button groups against left side text */ - display: flex; - align-items: center; + /* display: flex; */ + /* align-items: center; */ } #front-tagline { @@ -157,8 +155,10 @@ pre .value, code .value, code.value { text-shadow: 0px 0px .5em white, 2px 2px .5em yellow, -2px -2px .5em red; } -.front-buttons > span { - text-align: right; +@media (min-width: 992px) { /* @screen-md-min */ + .front-buttons > div:first-child { + text-align: right; + } } .front-buttons label { @@ -171,6 +171,11 @@ pre .value, code .value, code.value { margin-top: -.2em; } +.front-buttons .btn { + float: none; /* separate buttons */ + border-radius: .2em !important; +} + .btn.web, .btn.web:hover, .btn.web:focus, .btn.web.active { background-color: #20593c; border: 2px solid #47c986; @@ -251,11 +256,6 @@ pre .value, code .value, code.value { opacity: 70%; } -.front-buttons .btn-group > .btn { - float: none; /* separate buttons */ - border-radius: .2em !important; -} - #front-logo-bottom { padding-bottom: 0; margin-bottom: -1em; @@ -435,6 +435,10 @@ button[disabled]:hover { vertical-align: middle; } +.btn-group { + white-space: nowrap; +} + .btn { white-space: normal; } diff --git a/templates/base.html b/templates/base.html index 99536a1e..d4848b3f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,6 @@
- {% with messages = get_flashed_messages() %} {% if messages %}
Bluesky
Nostr