move tabs up, cool titlebar effect

This commit is contained in:
sawka 2023-10-05 12:21:07 -07:00
parent b4b7c2c273
commit 4708b4379a

View File

@ -130,8 +130,8 @@ a.a-block {
// main layout
#main {
margin-top: 30px;
height: calc(100vh - 30px);
margin-top: 10px;
height: calc(100vh - 10px);
display: flex;
flex-direction: column;