Merge https://github.com/friendica/red into zpull
This commit is contained in:
commit
6efb0a7cb3
@ -338,6 +338,7 @@
|
|||||||
margin: 0px 0 -5px 0px;
|
margin: 0px 0 -5px 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 75%;
|
width: 75%;
|
||||||
|
min-width: 170px
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="comment-edit-bb"] > li {
|
[class^="comment-edit-bb"] > li {
|
||||||
@ -360,6 +361,7 @@
|
|||||||
.comment-edit-text-empty {
|
.comment-edit-text-empty {
|
||||||
height: 2.8em;
|
height: 2.8em;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
min-width: 170px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
@ -367,6 +369,7 @@
|
|||||||
.comment-edit-text-full {
|
.comment-edit-text-full {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
min-width: 170px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ header #banner {
|
|||||||
|
|
||||||
main {
|
main {
|
||||||
display: table;
|
display: table;
|
||||||
|
table-layout: fixed;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -2277,4 +2277,35 @@ blockquote {
|
|||||||
main.region_1-on {
|
main.region_1-on {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thread-wrapper.toplevel_item {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread-wrapper .wall-item-comment-wrapper,
|
||||||
|
.wall-item-content-wrapper.comment {
|
||||||
|
margin-left: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wall-item-info {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hide-comments-outer {
|
||||||
|
margin-left: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-edit-photo {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wall-item-photo {
|
||||||
|
width: 48px !important;
|
||||||
|
height: 48px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment .wall-item-photo {
|
||||||
|
width: 32px !important;
|
||||||
|
height: 32px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user