Skip to content

Commit

Permalink
Update _bottomhsl.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 18, 2023
1 parent db29118 commit 120bbf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/addons/_bottomhsl.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body #app-mount {
.app-3xd6d0 .base-2jDfDU {
.app-1BipOi .base-2jDfDU {
top: 0 !important;
bottom: var(--server-container) !important;
}
Expand All @@ -8,7 +8,7 @@ body #app-mount {
left: 100vw;
bottom: 0 !important;
transform-origin: bottom left;
[class*=pill] {
[class*='pill'] {
top: unset !important;
bottom: calc((var(--server-size) / -1) + (var(--server-size) / 2) - 8px) !important;
span {
Expand All @@ -24,12 +24,12 @@ body #app-mount {
bottom: calc(var(--server-container) * 2) !important;
}
}
[class*=listItemTooltip] {
[class*='listItemTooltip'] {
position: absolute;
white-space: nowrap;
top: calc(var(--server-size) / -1 - 30px) !important;
margin-left: calc(var(--server-size) / -1 - 20px);
[class*=tooltipPointer] {
[class*='tooltipPointer'] {
transform: rotate(0) !important;
top: unset !important;
bottom: -10px !important;
Expand All @@ -38,4 +38,4 @@ body #app-mount {
}
html.platform-osx #app-mount .base-2jDfDU {
top: 32px !important;
}
}

0 comments on commit 120bbf3

Please sign in to comment.