mirror of
https://github.com/JannisX11/blockbench.git
synced 2024-11-27 04:21:46 +08:00
Fix window frame title issues
This commit is contained in:
parent
74f578d3c8
commit
8abb123bfc
@ -221,6 +221,7 @@
|
|||||||
}
|
}
|
||||||
div#header_free_bar.app-drag-region.resize_space {
|
div#header_free_bar.app-drag-region.resize_space {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
padding-top: 0;
|
||||||
height: calc(100% - 4px);
|
height: calc(100% - 4px);
|
||||||
}
|
}
|
||||||
#web_download_button {
|
#web_download_button {
|
||||||
|
@ -285,10 +285,8 @@ function setupInterface() {
|
|||||||
window.addEventListener('orientationchange', () => {
|
window.addEventListener('orientationchange', () => {
|
||||||
setTimeout(resizeWindow, 100)
|
setTimeout(resizeWindow, 100)
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.context_handler').on('click', function() {
|
setProjectTitle()
|
||||||
$(this).addClass('ctx')
|
|
||||||
})
|
|
||||||
|
|
||||||
Interface.text_edit_menu = new Menu([
|
Interface.text_edit_menu = new Menu([
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user