From d4eb186d2025b446f0bac0b25fe1f40fcdc0b30d Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 18 Nov 2019 11:15:14 +0700 Subject: [PATCH] nof --- src/components/main/UserButton/styles.scss | 7 ++++--- .../node/NodeImageSlideBlock/styles.scss | 5 +++-- src/index.tsx | 16 ++++++++++------ 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/src/components/main/UserButton/styles.scss b/src/components/main/UserButton/styles.scss index 13d16a76..1da38033 100644 --- a/src/components/main/UserButton/styles.scss +++ b/src/components/main/UserButton/styles.scss @@ -15,16 +15,17 @@ border-radius: $radius; display: none; z-index: 1; - min-width: 100%; + // min-width: 100%; box-sizing: border-box; // transform: translate(0, $gap); padding: $gap; & > div { - background: transparentize($content_bg, 0.2) url('~/sprites/stripes.svg'); + // background: transparentize($content_bg, 0.1) url("~/sprites/stripes.svg"); + background: $content_bg; padding: $gap $gap * 2; cursor: pointer; - opacity: 0.5; + // opacity: 0.5; box-sizing: border-box; transition: opacity 0.25s; width: 100%; diff --git a/src/components/node/NodeImageSlideBlock/styles.scss b/src/components/node/NodeImageSlideBlock/styles.scss index 69316f65..454775cf 100644 --- a/src/components/node/NodeImageSlideBlock/styles.scss +++ b/src/components/node/NodeImageSlideBlock/styles.scss @@ -14,7 +14,7 @@ } .image_container { - background: $node_image_bg; + // background: $node_image_bg; border-radius: $panel_radius 0 0 $panel_radius; display: flex; align-items: flex-start; @@ -30,7 +30,8 @@ } .image { - max-height: 960px; + // max-height: 960px; + max-height: 100vh !important; max-width: 100%; opacity: 1; border-radius: $radius $radius 0 0; diff --git a/src/index.tsx b/src/index.tsx index 2ac95830..59c1fac1 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -20,22 +20,26 @@ render( /* -- fix: text nodes cell has no preview - -- import videos -- import graffiti + [Stage 0]: +- fix: text nodes cell has no preview (actually, that's a problem of brief) - password restore - signup? +- better node brief update +- flow updates +- flow infinite scroll +- avatar upload + + [stage 1] +- import videos +- import graffiti - text post can also has songs http://vault48.org/post5052 - fulltext search: https://github.com/typeorm/typeorm/issues/3191 - zoom: https://manuelstofer.github.io/pinchzoom/ - notifications (node, comment) -- better node brief update - social integration (assimilate) - comment editing -- fulltext https://github.com/typeorm/typeorm/issues/3191 Done: - relocate files