Merge branch 'master' of gitlab.com:chriscochrun/dotfiles

This commit is contained in:
Chris Cochrun 2021-09-22 09:59:53 -05:00
commit 6f25e400a9
10 changed files with 188 additions and 132 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: -30px !important;
margin-top: -31px !important;
max-height: 20px !important;
font-size: 13px !important;
z-index: 10;
@ -181,7 +181,7 @@ the close button is positioned to the far right */
/*visibility: visible !important;*/
min-height: 32px !important;
max-height: 32px !important;
margin-top: 14px !important;
margin-top: 10px !important;
margin-bottom: -38px !important;
transition: all 200ms ease 0s !important;
z-index: 5 !important;
@ -191,7 +191,7 @@ the close button is positioned to the far right */
/* make urlbar rounded */
#urlbar{
margin-top: 35px !important;
margin-top: 31px !important;
padding-right: 10px !important;
padding-left: 10px !important;
}