mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
fix: next suggestion and title not being showed
This commit is contained in:
@@ -130,6 +130,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Randomizer button styles
|
||||
&__randomizer-button {
|
||||
position: fixed;
|
||||
bottom: calc(globals.$spacing-unit * 5);
|
||||
right: calc(globals.$spacing-unit * 5);
|
||||
z-index: 100;
|
||||
padding: calc(globals.$spacing-unit * 1.5) calc(globals.$spacing-unit * 2);
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
&__stars-icon-container {
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
// Skeleton-specific styles
|
||||
&__skeleton {
|
||||
.react-loading-skeleton {
|
||||
|
||||
Reference in New Issue
Block a user