Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #urlbar:is([breakout][breakout-extend], [breakout][usertyping][focused]) {
- #urlbar-input {
- font-size: 21px !important;
- }
- z-index: 2;
- position: fixed !important;
- bottom: auto !important;
- top: 20vh !important;
- padding-left: 6px !important;
- padding-right: 8px !important;
- left: 18vw !important;
- right: 18vw !important;
- width: 64vw !important;
- &:after {
- content: "";
- position: fixed;
- pointer-events: none;
- width: 100vw;
- height: 100vh;
- top: 0px;
- left: 0px;
- background-color: rgba(0, 0, 0, 0.3);
- backdrop-filter: blur(12px);
- z-index: -1;
- }
- #identity-box {
- margin: auto 0;
- height: 30px;
- margin-right: 10px;
- }
- .urlbar-go-button {
- margin: auto 0;
- }
- scrollbox:nth-child(5) {
- scrollbar-width: none !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement