word-wrap stream title

このコミットが含まれているのは:
n9k 2021-05-30 08:29:49 +00:00
コミット deee535478
1個のファイルの変更13行の追加6行の削除

ファイルの表示

@ -5,13 +5,20 @@
<link href="/static/external/pure-min.css" rel="stylesheet">
<style>
html {color: white;}
#stream-title {display:inline-block;width:calc(100% - 20px - 6.75em);font-size:150%;font-weight: bold;margin-bottom: 0.375em;}
#stream-title {
display:inline-block;
width:calc(100% - 20px - 6.75em);
font-size:150%;
font-weight: bold;
margin-bottom: 0.375em;
word-wrap: break-word;
}
#stream-light {
height: 0.625em;
width: 0.625em;
border-radius: 50%;
display: inline-block;
margin-right:0.125em;
height: 0.625em;
width: 0.625em;
border-radius: 50%;
display: inline-block;
margin-right:0.125em;
}
#stream-status {vertical-align: text-bottom;}
.refresh-button {font-weight:bold;margin-left:0.25em;padding: 0.25em 0.375em 0.25em 0.375em;color: white;}