diff --git a/css/client.css b/css/client.css index c0b9930..c3caba5 100644 --- a/css/client.css +++ b/css/client.css @@ -21,7 +21,7 @@ body{ } .HtmlContainer{ width: 1000px; - height: 668px; + height: 658px; overflow: hidden; margin: 0px; user-select:none; @@ -70,19 +70,19 @@ body{ .ToolList{ -webkit-app-region: drag; position: relative; - height: 38px; + height: 30px; } .ToolListTitle{ margin: 8px 12px; - font-size: 16px; + font-size: 14px; } .ToolListButton{ -webkit-app-region: no-drag; cursor: pointer; transition: 0.2s; - width: 55px; - height: 38px; - font-size: 16px; + width: 45px; + height: 30px; + font-size: 14px; display: grid; place-items: center; } @@ -116,7 +116,7 @@ body{ height: 80px; } .contentRowInfo{ - height: 680px; + height: 630px; display: flex; flex-direction: row; position: absolute; @@ -738,7 +738,7 @@ img[src=""],img:not([src]){opacity:0;} display: flex; flex-direction: row; padding: 3px 10px; - font-size: 16px; + font-size: 14px; width: calc(100% - 20px); text-align: center; } @@ -1281,8 +1281,14 @@ pre{ - - +/* PROFILE */ +.infoUserSelector{ + width: calc(100% - 10px); + padding: 5px; + position: absolute; + top: 0px; + transition: 0.2s; +} diff --git a/css/dark.css b/css/dark.css index 4cb8717..a805cda 100644 --- a/css/dark.css +++ b/css/dark.css @@ -13,9 +13,6 @@ body{ .ToolListMinimize:hover{ background: #666; } -.ToolList{ - border-bottom: 2px solid #555; -} .NavBarCurr{ background: #555; } diff --git a/css/default.css b/css/default.css index 0ee40c0..035189b 100644 --- a/css/default.css +++ b/css/default.css @@ -13,9 +13,6 @@ body{ .ToolListMinimize:hover{ background: #bbb; } -.ToolList{ - border-bottom: 2px solid #ccc; -} .NavBarCurr{ background: #999; } diff --git a/css/problem/client.css b/css/problem/client.css index d118e1c..34cf4b6 100644 --- a/css/problem/client.css +++ b/css/problem/client.css @@ -34,6 +34,7 @@ body{ flex-direction: column; font-family: var(--font-family); position: relative; + overflow: hidden; } .HtmlContainer > div:last-child{ flex: 1; @@ -53,12 +54,12 @@ body{ } .sideBar > div{ overflow-x: hidden; - overflow-y: scroll; - width: 160px; + overflow-y: auto; + width: 175px; height: 100%; } .sideBar:hover{ - width: 160px; + width: 175px; } .sideBarGroupContents{ border-radius: 10px; @@ -69,7 +70,7 @@ body{ font-size: 16px; padding: 10px; padding-left: 10px; - width: 135px; + width: calc(100% - 20px); font-family: var(--font-family); border-left: 0px solid rgb(255, 204, 102); user-select: none; @@ -109,20 +110,20 @@ body{ .ToolList{ -webkit-app-region: drag; position: relative; - height: 36px; + height: 30px; } .ToolListTitle{ margin: 8px 12px; - font-size: 16px; + font-size: 14px; user-select: none; } .ToolListButton{ -webkit-app-region: no-drag; cursor: pointer; transition: 0.2s; - width: 55px; - height: 38px; - font-size: 16px; + width: 45px; + height: 30px; + font-size: 14px; display: grid; place-items: center; } diff --git a/css/problem/dark.css b/css/problem/dark.css index d4b0d4d..a5b9bfb 100644 --- a/css/problem/dark.css +++ b/css/problem/dark.css @@ -18,9 +18,6 @@ body{ .sideBarItem:hover, .addProblemSidebar:hover{ background: #888; } -.ToolList{ - border-bottom: 2px solid #555; -} .ToolListMinimize:hover, .ToolListMaximize:hover{ background: #666; } diff --git a/css/problem/default.css b/css/problem/default.css index 0ed3cac..c3834ea 100644 --- a/css/problem/default.css +++ b/css/problem/default.css @@ -18,9 +18,6 @@ body{ .sideBarItem:hover, .addProblemSidebar:hover{ background: #eee; } -.ToolList{ - border-bottom: 2px solid #ccc; -} .ToolListMinimize:hover, .ToolListMaximize:hover{ background: #bbb; } diff --git a/index.html b/index.html index 500731e..a46036d 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,8 @@ delimiters: [ {left: "$$", right: "$$", display: true}, {left: "$", right: "$", display: false} - ] + ], + colorIsTextColor: true, };