You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: error history header
This commit is contained in:
@@ -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%)
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user