mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 04:34:38 -05:00
add new loop gui :3
This commit is contained in:
parent
50d3f3ffc0
commit
75a08f6754
1 changed files with 20 additions and 0 deletions
|
@ -281,6 +281,25 @@ a[data-onclick="jump_to_time"] {
|
|||
font-size: 15px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
|
||||
#loopedIndicator {
|
||||
display: none;
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
padding: 14px;
|
||||
border-radius: 14px;
|
||||
opacity: 0.8;
|
||||
z-index: 999;
|
||||
width: 13em;
|
||||
text-align: center;
|
||||
font-family: var(--text-font-primary);
|
||||
font-weight: 600;
|
||||
font-stretch: ultra-expanded;
|
||||
}
|
||||
|
||||
.comment-form :-moz-placeholder {
|
||||
/* Firefox 18- */
|
||||
|
@ -684,6 +703,7 @@ background-color: #0000;
|
|||
</ptd-app-iconfixer>
|
||||
<ptd-app-ejs>
|
||||
<div class="app" id="secret-theme" style="color:var(--text-color)">
|
||||
<div id="loopedIndicator"></div>
|
||||
<div class="progress-container">
|
||||
<div class="progress-bar"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue