You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
add: error history modal for easier to view log and copy
This commit is contained in:
+21
-2
@@ -137,7 +137,7 @@ a {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
border-radius: 30px;
|
||||
transition: transform 0.07s ease-in-out;
|
||||
transition: transform 0.05s ease-in-out;
|
||||
background-color: var(--button);
|
||||
}
|
||||
|
||||
@@ -172,13 +172,32 @@ a {
|
||||
}
|
||||
|
||||
.element_animation {
|
||||
transition: transform 0.15 ease-in-out;
|
||||
transition: transform 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.element_animation:active {
|
||||
transform: scale(95%)
|
||||
}
|
||||
|
||||
.card_animation {
|
||||
transition: transform 0.05s ease-in-out;
|
||||
}
|
||||
|
||||
.card_animation:active {
|
||||
transform: scale(95%)
|
||||
}
|
||||
|
||||
.errorh_textarea {
|
||||
resize: none;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border: none;
|
||||
outline: none;
|
||||
font-size: 16px;
|
||||
padding-bottom: 25px;
|
||||
font-family: monospace, monospace;
|
||||
}
|
||||
|
||||
/* Card type */
|
||||
.bright {
|
||||
border: 5px solid var(--bright);
|
||||
|
||||
Reference in New Issue
Block a user