Skip to content

Commit

Permalink
More topbar-height variable uses
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed May 16, 2024
1 parent d281ad0 commit 2a41566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/style/MessageBar.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
div.messagebar {
position: absolute;
top: 3.5em;
top: var(--topbar-height);
left: 50%;
transform: translateX(-50%);
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion components/style/WindowManager.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ div.dock-window iframe.windows-iframe-dialog-body {

div.windows-notification-container {
position: absolute;
top: 3.5em;
top: var(--topbar-height);
left: 50%;
transform: translateX(-50%);
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion plugins/style/ProcessNotifications.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
div.process-notifications {
position: fixed;
right: 0;
top: 3.5em;
top: var(--topbar-height);
box-shadow: 0 -2px 4px rgba(136, 136, 136, 0.5);
width: 20em;
z-index: 1000;
Expand Down

0 comments on commit 2a41566

Please sign in to comment.