[Glitch] Add media editing modal

Port 23f7afa562 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-08-14 04:07:32 +02:00
committed by Thibaut Girka
parent f8e7c69861
commit ab019800f8
6 changed files with 158 additions and 121 deletions

View File

@@ -338,6 +338,11 @@
position: relative;
background: $base-shadow-color;
max-width: 100%;
border-radius: 4px;
&.editable {
border-radius: 0;
}
&:focus {
outline: 0;