• Updated fonts
• Platform logos changed to full size instead of icons • Made profile pictures bigger
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 30 KiB |
@@ -67,8 +67,8 @@
|
|||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<div id="receipt-footer">
|
<div id="receipt-footer">
|
||||||
<div id="receipt-date"></div>
|
|
||||||
<img id="receipt-icon" src="icons/platforms/twitch.png">
|
<img id="receipt-icon" src="icons/platforms/twitch.png">
|
||||||
|
<div id="receipt-date"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
/************************/
|
/************************/
|
||||||
|
|
||||||
#receipt-container {
|
#receipt-container {
|
||||||
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
@@ -36,8 +37,8 @@
|
|||||||
#receipt-footer {}
|
#receipt-footer {}
|
||||||
|
|
||||||
#receipt-avatar {
|
#receipt-avatar {
|
||||||
width: 6em;
|
width: 90%;
|
||||||
height: 6em;
|
/* height: 10em; */
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
@@ -54,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#receipt-icon {
|
#receipt-icon {
|
||||||
height: 1em;
|
height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#receipt-date {
|
#receipt-date {
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ window.dockWrapper = document.getElementById('dock-wrapper');
|
|||||||
dockWrapper.src = `../../.common/core/widget-dock-core${configJson}`;
|
dockWrapper.src = `../../.common/core/widget-dock-core${configJson}`;
|
||||||
|
|
||||||
dockWrapper.addEventListener('load', () => {
|
dockWrapper.addEventListener('load', () => {
|
||||||
dockWrapper.contentWindow.content.src = window.location.href + '/contents';
|
dockWrapper.contentWindow.content.src = baseURL + '/contents';
|
||||||
});
|
});
|
||||||