Working on adding overlays for file drag and drop
Этот коммит содержится в:
@@ -107,6 +107,11 @@ body.ios {
|
||||
}
|
||||
|
||||
#post-list {
|
||||
.post-list-file-overlay {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background:rgba(255,255,255,0.5);
|
||||
}
|
||||
.post-list-holder-by-time {
|
||||
background: #fff;
|
||||
overflow-y: scroll;
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
.post-right__container {
|
||||
|
||||
.post-right-file-overlay {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background:rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
.post-right-root-message {
|
||||
padding: 1em 1em 0;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user