fix: error history header

This commit is contained in:
RainyXeon
2024-11-12 14:16:41 +07:00
parent 98743e8523
commit 44ba054f96
2 changed files with 8 additions and 1 deletions

View File

@@ -267,6 +267,13 @@ a {
user-select: none;
}
#errorh_small_panel_header {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.errorh_button:active {
transform: scale(80%)
}

View File

@@ -285,7 +285,7 @@
<!-- INFO: Error small page -->
<div id="small_panel_errorh" class="panel">
<div class="header" style="padding-left: 20px; display: flex; align-items: center; justify-content: initial;">
<div id="errorh_small_panel_header" class="header" style="padding-left: 20px; display: flex; align-items: center; justify-content: initial;">
<div id="sp_errorh_close" style="width: 36px; height: 36px; margin-right: 6px;">
<img src="./assets/back.svg"/>
</div>