1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
This commit is contained in:
Fedor Katurov 2019-11-18 11:15:14 +07:00
parent fb84c94440
commit d4eb186d20
3 changed files with 17 additions and 11 deletions

View file

@ -15,16 +15,17 @@
border-radius: $radius; border-radius: $radius;
display: none; display: none;
z-index: 1; z-index: 1;
min-width: 100%; // min-width: 100%;
box-sizing: border-box; box-sizing: border-box;
// transform: translate(0, $gap); // transform: translate(0, $gap);
padding: $gap; padding: $gap;
& > div { & > 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; padding: $gap $gap * 2;
cursor: pointer; cursor: pointer;
opacity: 0.5; // opacity: 0.5;
box-sizing: border-box; box-sizing: border-box;
transition: opacity 0.25s; transition: opacity 0.25s;
width: 100%; width: 100%;

View file

@ -14,7 +14,7 @@
} }
.image_container { .image_container {
background: $node_image_bg; // background: $node_image_bg;
border-radius: $panel_radius 0 0 $panel_radius; border-radius: $panel_radius 0 0 $panel_radius;
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
@ -30,7 +30,8 @@
} }
.image { .image {
max-height: 960px; // max-height: 960px;
max-height: 100vh !important;
max-width: 100%; max-width: 100%;
opacity: 1; opacity: 1;
border-radius: $radius $radius 0 0; border-radius: $radius $radius 0 0;

View file

@ -20,22 +20,26 @@ render(
/* /*
- fix: text nodes cell has no preview [Stage 0]:
- fix: text nodes cell has no preview (actually, that's a problem of brief)
- import videos
- import graffiti
- password restore - password restore
- signup? - 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 - text post can also has songs http://vault48.org/post5052
- fulltext search: https://github.com/typeorm/typeorm/issues/3191 - fulltext search: https://github.com/typeorm/typeorm/issues/3191
- zoom: https://manuelstofer.github.io/pinchzoom/ - zoom: https://manuelstofer.github.io/pinchzoom/
- notifications (node, comment) - notifications (node, comment)
- better node brief update
- social integration (assimilate) - social integration (assimilate)
- comment editing - comment editing
- fulltext https://github.com/typeorm/typeorm/issues/3191
Done: Done:
- relocate files - relocate files