small changes to prev commit

main
prplV 2024-10-23 15:42:44 +03:00
parent e25db0b419
commit 307df57d50
2 changed files with 11 additions and 1 deletions

View File

@ -40,7 +40,7 @@
</div>
</div>
<div class="log" id="log">
Logs will appear here... <br>
<div class="log-desc">Logs</div><br>
</div>
</body>
</html>

10
thirdparty/index.css vendored
View File

@ -78,6 +78,16 @@ button:hover {
gap: 15px;
align-items: center;
}
.log-desc {
text-align: center;
font-size: 2vw;
font-weight: bold;
color: white;
width: 100%;
padding: 0%;
/* todo: REMOVE */
border: 1px solid red;
}
.log {
position: absolute;
right: 0;