mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
prettier changes
This commit is contained in:
@@ -139,7 +139,11 @@
|
||||
}
|
||||
|
||||
&__help-button-icon {
|
||||
background: linear-gradient(0deg, globals.$brand-teal 50%, globals.$brand-blue 100%);
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
globals.$brand-teal 50%,
|
||||
globals.$brand-blue 100%
|
||||
);
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: flex;
|
||||
|
||||
@@ -251,11 +251,13 @@ export function Sidebar() {
|
||||
|
||||
<section className="sidebar__section">
|
||||
<div className="sidebar__section-header">
|
||||
<small className="sidebar__section-title">{t("my_library")}</small>
|
||||
<small className="sidebar__section-title">
|
||||
{t("my_library")}
|
||||
</small>
|
||||
<button
|
||||
type="button"
|
||||
className={cn("sidebar__play-button", {
|
||||
"sidebar__play-button--active": showPlayableOnly
|
||||
"sidebar__play-button--active": showPlayableOnly,
|
||||
})}
|
||||
onClick={handlePlayButtonClick}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user