mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add rounded corners to topbar menus
This commit is contained in:
@@ -740,8 +740,15 @@ html {
|
|||||||
|
|
||||||
.connectedNotificationsWrapper>div>button+div {
|
.connectedNotificationsWrapper>div>button+div {
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
top: 70px;
|
top: 80px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
|
border-radius: 1rem;
|
||||||
|
box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
#ExtensionPopup {
|
||||||
|
border-radius: 1rem;
|
||||||
|
box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu li.active {
|
#menu li.active {
|
||||||
@@ -757,7 +764,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notifications__items___2hCdv {
|
.notifications__items___2hCdv {
|
||||||
border-bottom: unset;
|
border-bottom: none;
|
||||||
height: 540px;
|
height: 540px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user