mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-03 03:11:40 +00:00
disable single attribute per line
This commit is contained in:
parent
92ed8e20c9
commit
8b141d652c
154 changed files with 390 additions and 1800 deletions
|
|
@ -40,27 +40,14 @@ const WindowsControls = ({ controls, title }: WindowBarControlsProps) => {
|
|||
return (
|
||||
<div className={styles.windowsContainer}>
|
||||
<div className={styles.playerStatusContainer}>
|
||||
<img
|
||||
alt=""
|
||||
height={18}
|
||||
src={appIcon}
|
||||
width={18}
|
||||
/>
|
||||
<img alt="" height={18} src={appIcon} width={18} />
|
||||
<Text>{title}</Text>
|
||||
</div>
|
||||
<div className={styles.windowsButtonGroup}>
|
||||
<div
|
||||
className={styles.windowsButton}
|
||||
onClick={handleMinimize}
|
||||
role="button"
|
||||
>
|
||||
<div className={styles.windowsButton} onClick={handleMinimize} role="button">
|
||||
<RiSubtractLine size={19} />
|
||||
</div>
|
||||
<div
|
||||
className={styles.windowsButton}
|
||||
onClick={handleMaximize}
|
||||
role="button"
|
||||
>
|
||||
<div className={styles.windowsButton} onClick={handleMaximize} role="button">
|
||||
<RiCheckboxBlankLine size={13} />
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue