mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 11:09:41 +00:00
Merge branch 'dev' of github.com:GoogleChromeLabs/squoosh into preprocessor-transformations-rebased
This commit is contained in:
@@ -362,7 +362,7 @@ export default class Output extends Component<Props, State> {
|
||||
<span class={style.zoomValue}>{Math.round(scale * 100)}</span>%
|
||||
</span>
|
||||
)}
|
||||
<button class={style.button} onClick={this.zoomIn}>
|
||||
<button class={style.lastButton} onClick={this.zoomIn}>
|
||||
<AddIcon />
|
||||
</button>
|
||||
|
||||
|
||||
@@ -122,6 +122,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
.first-button {
|
||||
composes: button;
|
||||
border-radius: 6px 0 0 6px;
|
||||
}
|
||||
|
||||
.last-button {
|
||||
composes: button;
|
||||
border-radius: 0 6px 6px 0;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
.zoom {
|
||||
cursor: text;
|
||||
width: 7rem;
|
||||
|
||||
Reference in New Issue
Block a user