forked from liriliri/eruda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Icon button too small to trigger
- Loading branch information
Showing
3 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<div class="eruda-control"> | ||
<span class="eruda-icon-blocked clear-console"></span> | ||
<span class="eruda-icon-blocked clear-console" ontouchstart></span> | ||
<span class="eruda-filter filter eruda-active" data-filter="all">All</span> | ||
<span class="eruda-filter filter" data-filter="error">Error</span> | ||
<span class="eruda-filter filter" data-filter="warn">Warning</span> | ||
<span class="eruda-filter filter" data-filter="info">Info</span> | ||
<span class="eruda-filter filter" data-filter="log">Log</span> | ||
<span class="eruda-icon-info help"></span> | ||
<span class="eruda-icon-info help" ontouchstart></span> | ||
</div> | ||
<div class="eruda-logs"></div> | ||
<div class="eruda-js-input"> | ||
<div class="eruda-buttons"> | ||
<div class="eruda-button cancel">Cancel</div> | ||
<div class="eruda-button execute">Execute</div> | ||
<div class="eruda-button cancel" ontouchstart>Cancel</div> | ||
<div class="eruda-button execute" ontouchstart>Execute</div> | ||
</div> | ||
<textarea placeholder="Type JavaScript here"></textarea> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters