[Glitch] Add OCR tool to media editing modal

Port 28636f43e4  to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-08-15 15:13:26 +02:00
committed by Thibaut Girka
parent 066034c62e
commit 41c7fec796
4 changed files with 118 additions and 18 deletions

View File

@ -2,6 +2,18 @@
padding: 10px;
}
.character-counter {
cursor: default;
font-family: $font-sans-serif, sans-serif;
font-size: 14px;
font-weight: 600;
color: $lighter-text-color;
&.character-counter--over {
color: $warning-red;
}
}
.no-reduce-motion .composer--spoiler {
transition: height 0.4s ease, opacity 0.4s ease;
}
@ -589,13 +601,6 @@
justify-content: flex-end;
flex: 0 0 auto;
& > .character-counter {
display: inline-block;
margin: 0 16px 0 8px;
font-size: 16px;
line-height: 36px;
}
& > .primary {
display: inline-block;
margin: 0;