1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +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;
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%;

View file

@ -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;

View file

@ -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