diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-09-04 15:00:36 +0530 | 
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-09-04 15:00:36 +0530 | 
| commit | de49c6f52bf97f9b10008e8ca26e767b71b49abd (patch) | |
| tree | 9315c01b87060ecf5bc3a16652f34d229f25cad9 /src/client/views/collections/CollectionMenu.tsx | |
| parent | 6f72743516e47a6ad077bb8e894c8005fee29fc7 (diff) | |
fixed typos + css + changing value on dropped documents in masonry view + ink x + added .mpeg as acceptable audio format
Diffstat (limited to 'src/client/views/collections/CollectionMenu.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionMenu.tsx | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/client/views/collections/CollectionMenu.tsx b/src/client/views/collections/CollectionMenu.tsx index b04c9c2eb..4b8075f06 100644 --- a/src/client/views/collections/CollectionMenu.tsx +++ b/src/client/views/collections/CollectionMenu.tsx @@ -680,7 +680,7 @@ export class CollectionFreeFormViewChrome extends React.Component<CollectionMenu                          style={{ backgroundColor: this._colorBtn ? "121212" : "", zIndex: 1001 }}>                          {/* <FontAwesomeIcon icon="pen-nib" size="lg" /> */}                          <div className="color-previewII" style={{ backgroundColor: color }}> -                            {color === "" ? <p style={{ fontSize: 45, color: "red", marginTop: -16, marginLeft: -5, position: "fixed" }}>☒</p> : ""} +                            {color === "" ? <p style={{ fontSize: 40, color: "red", marginTop: -10, marginLeft: -5, position: "fixed" }}>☒</p> : ""}                          </div>                      </button>)}              </div>; @@ -696,7 +696,7 @@ export class CollectionFreeFormViewChrome extends React.Component<CollectionMenu                          onPointerDown={action(() => { this.changeColor(color, "fill"); this._fillBtn = false; this.editProperties(color, "fill"); })}                          style={{ backgroundColor: this._fillBtn ? "121212" : "", zIndex: 1001 }}>                          <div className="color-previewII" style={{ backgroundColor: color }}> -                            {color === "" ? <p style={{ fontSize: 45, color: "red", marginTop: -16, marginLeft: -5, position: "fixed" }}>☒</p> : ""} +                            {color === "" ? <p style={{ fontSize: 40, color: "red", marginTop: -10, marginLeft: -5, position: "fixed" }}>☒</p> : ""}                          </div>                      </button>)} | 
