I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
|
@ -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: -30px !important;
|
||||
max-height: 20px !important;
|
||||
font-size: 13px !important;
|
||||
z-index: 10;
|
||||
|
@ -152,6 +152,7 @@ the close button is positioned to the far right */
|
|||
margin-left: calc(100vw - var(--uc-navigationbar-width));
|
||||
margin-top: calc(0px - var(--uc-toolbar-height));
|
||||
padding-right: calc(3 * 46px + var(--window-drag-space-width));
|
||||
|
||||
}
|
||||
|
||||
/* Hide dropdown placeholder */
|
||||
|
@ -164,10 +165,10 @@ the close button is positioned to the far right */
|
|||
/*visibility: collapse !important;*/
|
||||
min-height: 0px !important;
|
||||
max-height: 0px !important;
|
||||
margin-top: -15px !important;
|
||||
margin-top: -6px !important;
|
||||
margin-bottom: 14px !important;
|
||||
margin-right: 200px !important;
|
||||
margin-left: 200px !important;
|
||||
margin-right: 70px !important;
|
||||
margin-left: 70px !important;
|
||||
transition: all 300ms ease .5s !important;
|
||||
z-index: -5 !important;
|
||||
border-radius: 50px;
|
||||
|
@ -180,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: 5px !important;
|
||||
margin-top: 14px !important;
|
||||
margin-bottom: -38px !important;
|
||||
transition: all 200ms ease 0s !important;
|
||||
z-index: 5 !important;
|
||||
|
@ -190,7 +191,7 @@ the close button is positioned to the far right */
|
|||
|
||||
/* make urlbar rounded */
|
||||
#urlbar{
|
||||
margin-top: 30px !important;
|
||||
margin-top: 35px !important;
|
||||
padding-right: 10px !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
@ -216,11 +217,11 @@ the close button is positioned to the far right */
|
|||
}
|
||||
|
||||
#nav-bar-customization-target{
|
||||
margin-top: -15px;
|
||||
margin-top: -20px;
|
||||
}
|
||||
#nav-bar-overflow-button{
|
||||
margin-top: -15px !important;
|
||||
margin-top: -20px !important;
|
||||
}
|
||||
#PanelUI-button{
|
||||
margin-top: -15px !important;
|
||||
margin-top: -20px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue