mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-19 20:19:05 +00:00
More CSS optimisation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.output {
|
||||
composes: abs-fill from '../../../../shared/prerendered-app/util.css';
|
||||
composes: abs-fill from global;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
@@ -19,12 +19,12 @@
|
||||
}
|
||||
|
||||
.two-up {
|
||||
composes: abs-fill from '../../../../shared/prerendered-app/util.css';
|
||||
composes: abs-fill from global;
|
||||
--accent-color: var(--button-fg);
|
||||
}
|
||||
|
||||
.pinch-zoom {
|
||||
composes: abs-fill from '../../../../shared/prerendered-app/util.css';
|
||||
composes: abs-fill from global;
|
||||
outline: none;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
.copy-to-other {
|
||||
grid-row: 1;
|
||||
grid-column: copy-button;
|
||||
composes: unbutton from '../../../../shared/prerendered-app/util.css';
|
||||
composes: unbutton from global;
|
||||
composes: download;
|
||||
|
||||
background: #656565;
|
||||
|
||||
Reference in New Issue
Block a user