Skip to content

Commit 784db42

Browse files
committed
Resized Channel Points redemption to fit the ToDo box
1 parent 094f721 commit 784db42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Fritz.StreamTools/Views/Attention/Points.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#Alert * {
1414
font-family: 'Roboto', Arial;
1515
font-weight: bold;
16-
font-size: 42px;
16+
font-size: 20px;
1717
color: #FFF;
1818
text-shadow: 1px 1px 1px #000;
1919
background-color: rgba(0, 0, 153, 0.4);
@@ -55,12 +55,12 @@
5555
</head>
5656
<body>
5757

58-
<div id="Alert">
58+
<div id="Alert" style="position: relative; width: 270px; height: 280px; display: block;">
5959

60-
<table>
60+
<table cellspacing="0" cellpadding="2" style="width: 270px; height: 280px;">
6161
<tr>
6262
<td>
63-
<div id="alertImgBg"><img id="alertImg" /></div>
63+
<div id="alertImgBg"><img id="alertImg" width="51" height="51" /></div>
6464
</td>
6565
<td>
6666
<p><span id="user"></span> has just redeemed</p>

0 commit comments

Comments
 (0)