fix icons
This commit is contained in:
parent
764feef956
commit
5ce7d41120
2 changed files with 4 additions and 4 deletions
|
@ -204,7 +204,7 @@
|
||||||
|
|
||||||
<h2>ข้อมูลเพิ่มเติม</h2>
|
<h2>ข้อมูลเพิ่มเติม</h2>
|
||||||
<div style="display: grid; grid-auto-columns: 1fr; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; ">
|
<div style="display: grid; grid-auto-columns: 1fr; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; ">
|
||||||
<a href="https://codeberg.org/latenightdef/ttt-org" class="bigbutton" style="display: flex;>">
|
<a href="https://codeberg.org/latenightdef/ttt-org" class="bigbutton" style="display: flex">
|
||||||
<img src="icons/version.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >
|
<img src="icons/version.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >
|
||||||
<div>
|
<div>
|
||||||
<h3 style="margin-bottom: -5%">เวอร์ชัน DATE-VERSION</h3>
|
<h3 style="margin-bottom: -5%">เวอร์ชัน DATE-VERSION</h3>
|
||||||
|
@ -212,7 +212,7 @@
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://status.techtransthai.org/status/techtransthai" class="bigbutton" style="display: flex;"">
|
<a href="https://status.techtransthai.org/status/techtransthai" class="bigbutton" style="display: flex;"">
|
||||||
<img src="icons/version.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >
|
<img src="icons/status.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >
|
||||||
<div>
|
<div>
|
||||||
<h3 style="margin-bottom: -5%;">สถานะของบริการ</h3>
|
<h3 style="margin-bottom: -5%;">สถานะของบริการ</h3>
|
||||||
<p>ดูสถานะการทำงานบน Uptime Kuma</p>
|
<p>ดูสถานะการทำงานบน Uptime Kuma</p>
|
||||||
|
@ -224,4 +224,4 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -54,7 +54,7 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: grid;
|
display: grid;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
|
|
Loading…
Reference in a new issue