mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-21 15:19:48 +00:00
Fixed toolbar button layout
This commit is contained in:
parent
e0586907a2
commit
d29cd7e9a7
@ -337,10 +337,11 @@ div.toolbar-left {
|
||||
color: white;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
padding: 4px;
|
||||
/* padding: 4px; */
|
||||
transition-property: all;
|
||||
transition: 0.2s linear;
|
||||
font-size: large;
|
||||
line-height: 1em;
|
||||
outline: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -351,13 +352,13 @@ div.toolbar-left {
|
||||
|
||||
.redo {
|
||||
vertical-align: middle;
|
||||
margin-top: 1px;
|
||||
/* margin-top: 0px; */
|
||||
}
|
||||
|
||||
div.toolbar-right {
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
margin-top: 5px;
|
||||
margin-top: 6px;
|
||||
display: inline-block;
|
||||
/* text-align: right; */
|
||||
width: 500px;
|
||||
@ -375,6 +376,7 @@ div.toolbar-right {
|
||||
width: 72px;
|
||||
height: 30px;
|
||||
outline: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.toolbarButton:hover {
|
||||
|
@ -51,7 +51,7 @@
|
||||
class="fas fa-clone"></i> 別名</button>
|
||||
<button class="toolbarButton" title="ブロックプログラムを実行します。" onclick="ugj_runCode()" id="runbtn"><i
|
||||
class="fas fa-play-circle"></i> 実行</button>
|
||||
<button class="iconbutton" title="アプリを再読み込みします。" onclick="location.reload()"><i
|
||||
<button class="iconbutton redo" title="アプリを再読み込みします。" onclick="location.reload()"><i
|
||||
class="fas fa-redo-alt"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user