forked from cadence/breezewiki
Improve theme layout on non-flex browsers
This commit is contained in:
parent
33591ce0a3
commit
b8ccd6cc3e
2 changed files with 3 additions and 2 deletions
|
@ -240,7 +240,7 @@
|
|||
(div (@ (class "bw-ss__container") (id "bw-pr-search-suggestions"))))
|
||||
(div (@ (class "bw-theme__select"))
|
||||
(span (@ (class "bw-theme__main-label")) "Page theme")
|
||||
(div (@ (class "bw-theme__items"))
|
||||
(span (@ (class "bw-theme__items"))
|
||||
,@(for/list ([theme '(default light dark)])
|
||||
(define class
|
||||
(if (equal? theme (user-cookies^-theme user-cookies))
|
||||
|
@ -251,7 +251,7 @@
|
|||
req
|
||||
(struct-copy user-cookies^ user-cookies
|
||||
[theme theme]))) (class ,class))
|
||||
(div (@ (class "bw-theme__icon-container"))
|
||||
(span (@ (class "bw-theme__icon-container"))
|
||||
,(hash-ref theme-icons theme))
|
||||
,(format "~a" theme)))))))
|
||||
(div (@ (id "content") #;(class "page-content"))
|
||||
|
|
|
@ -332,6 +332,7 @@ a.ext-audiobutton { /* see hearthstone/wiki/Diablo_(Duels_hero) */
|
|||
display: flex;
|
||||
}
|
||||
.bw-theme__item {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
padding: 2px;
|
||||
|
|
Loading…
Reference in a new issue