mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Add: Auto display if error occurs option
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="eruda-btn eruda-back" ontouchstart>
|
||||
<span class="eruda-icon eruda-icon-chevron-left"></span>
|
||||
</div>
|
||||
<div class="eruda-btn eruda-select">
|
||||
<div class="eruda-btn eruda-select" ontouchstart>
|
||||
<span class="eruda-icon eruda-icon-hand-pointer-o"></span>
|
||||
</div>
|
||||
<div class="eruda-btn eruda-refresh" ontouchstart>
|
||||
|
||||
@@ -104,13 +104,14 @@
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
font-size: 0;
|
||||
.btn {
|
||||
text-align: center;
|
||||
color: $gray;
|
||||
font-size: 14px;
|
||||
line-height: 40px;
|
||||
flex-grow: 1;
|
||||
width: 20%;
|
||||
display: inline-block;
|
||||
&:active, &.active {
|
||||
color: $blue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user