diff --git a/.gitignore b/.gitignore index 5a2f07fae..6f1ca902f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /dist/ index.php +package-lock.json node_modules/ \ No newline at end of file diff --git a/css/window.css b/css/window.css index ceaadd5a0..7273f3065 100644 --- a/css/window.css +++ b/css/window.css @@ -231,10 +231,11 @@ margin-left: auto; } #windows_window_menu li { - display: inline-block; + display: block; width: 42px; height: 100%; text-align: center; + float: left; } #windows_window_menu li:hover { color: var(--color-light); @@ -390,6 +391,7 @@ } #start_screen .recent_project_date { flex-shrink: 0; + position: relative; } span.recent_project_date:before { content: ""; @@ -468,6 +470,7 @@ } #start_screen right { flex-grow: 1; + width: 62%; } #start_screen i.start_screen_close_button { position: absolute; diff --git a/index.html b/index.html index 7901ebf3e..fe1457d7b 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

edit_session.about

-

This feature is in BETA. Bugs may occur while using it.

+

This feature is in BETA. Bugs may occur while using it. The connection server is currently unstable, please check Issue #641 for status updates.