mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing toast bottom
This commit is contained in:
parent
002f8144fd
commit
401e61a6ec
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@
|
||||||
background-color: globals.$dark-background-color;
|
background-color: globals.$dark-background-color;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: solid 1px globals.$border-color;
|
border: solid 1px globals.$border-color;
|
||||||
right: 16px;
|
right: calc(globals.$spacing-unit * 2);
|
||||||
bottom: 26px + globals.$spacing-unit;
|
// 28px is the height of the bottom panel
|
||||||
|
bottom: calc(28px + globals.$spacing-unit * 2);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue