Idk I got crazy but mostly nyxt

This commit is contained in:
Chris Cochrun 2021-09-22 09:57:09 -05:00
parent 263d10c080
commit 1b2ce4207d
12 changed files with 198 additions and 137 deletions

View file

@ -95,7 +95,7 @@ the close button is positioned to the far right */
margin-right: calc(0px + var(--uc-navigationbar-width));
/* Remove empty space above tabs so that tabs are clickable at very top of screen */
margin-left: 10px;
margin-top: -20px !important;
margin-top: -31px !important;
max-height: 20px !important;
font-size: 13px !important;
z-index: 10;
@ -180,7 +180,7 @@ the close button is positioned to the far right */
/*visibility: visible !important;*/
min-height: 32px !important;
max-height: 32px !important;
margin-top: 5px !important;
margin-top: 10px !important;
margin-bottom: -38px !important;
transition: all 200ms ease 0s !important;
z-index: 5 !important;
@ -190,7 +190,7 @@ the close button is positioned to the far right */
/* make urlbar rounded */
#urlbar{
margin-top: 30px !important;
margin-top: 31px !important;
padding-right: 10px !important;
padding-left: 10px !important;
}