mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Hide new tab button when new tab is open
Update material icons
This commit is contained in:
parent
f69ac11a6e
commit
310c83f22c
@ -5,7 +5,7 @@
|
||||
width: 100%;
|
||||
border: 2px solid var(--color-frame);
|
||||
border-top: none;
|
||||
background-color: var(--color-border);
|
||||
background-color: var(--color-dark);
|
||||
}
|
||||
#page_wrapper.invisible {
|
||||
visibility: hidden;
|
||||
@ -615,7 +615,7 @@
|
||||
left: 0px;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
padding-top: 4px;
|
||||
padding-top: 2px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
}
|
||||
|
Binary file not shown.
@ -397,7 +397,7 @@
|
||||
<i class="material-icons">{{ project.saved ? 'clear' : 'fiber_manual_record' }}</i>
|
||||
</div>
|
||||
</div>
|
||||
<div id="new_tab_button" @click="openNewTab()" :title="new_tab.name">
|
||||
<div id="new_tab_button" v-if="!new_tab.visible" @click="openNewTab()" :title="new_tab.name">
|
||||
<i class="material-icons">add</i>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user