Merge branch 'master' into better-links

This commit is contained in:
Neo
2024-04-26 22:16:37 +02:00
committed by GitHub
10 changed files with 105 additions and 18 deletions

View File

@ -127,6 +127,10 @@ $comment-border-color = #DDD
color: mix($main-color, $inactive-link-color-darktheme)
.comment-content
p
word-wrap: normal
word-break: break-all
ul, ol
list-style-position: inside
margin: 1em 0

View File

@ -300,10 +300,10 @@ a .access-key
background-size: 20px 20px
img
opacity: 0
width: inherit
width: 100%
height: 100%
video
width: inherit
width: 100%
height: 100%
.flexbox-dummy

View File

@ -43,6 +43,8 @@ class PoolListController {
this._headerView.addEventListener(
"submit",
(e) => this._evtSubmit(e),
);
this._headerView.addEventListener(
"navigate",
(e) => this._evtNavigate(e)
);