diff --git a/resources/scripts/assets/css/sidebar.css b/resources/scripts/assets/css/sidebar.css index 7c8b026d4..9dc424c96 100644 --- a/resources/scripts/assets/css/sidebar.css +++ b/resources/scripts/assets/css/sidebar.css @@ -45,7 +45,7 @@ You should have received a copy of the GNU General Public License along with Noo overflow: auto; z-index: 999999; margin-top: 0; - top: 6vh; + top: 3.5rem; height: 94vh; } @@ -84,8 +84,8 @@ You should have received a copy of the GNU General Public License along with Noo .icon { border-radius: 30%; - width: 50px; - height: 50px; + width: 45px; + height: 45px; text-align: center; background-size: 100px; line-height: 30px; @@ -188,10 +188,10 @@ div.content { top: 0; width: 100%; z-index: 10000; - height: 6vh; + height: 3.5rem; overflow-y: hidden; } .nook-container { - margin-top: 8vh; + margin-top: 5rem; } \ No newline at end of file