mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
Improve theme layout on non-flex browsers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user