Merge pull request #6680 from MrPetovan/task/frio-increase-replies-width
[frio] Reduce replies right padding
This commit is contained in:
commit
356221b4bb
|
@ -375,9 +375,6 @@ header #site-location {
|
||||||
header #banner {
|
header #banner {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
/* width: 33%;
|
|
||||||
margin-left: 33%;
|
|
||||||
margin-right: 33%;*/
|
|
||||||
left:49%;
|
left:49%;
|
||||||
right: 49%;
|
right: 49%;
|
||||||
z-index: 1040;
|
z-index: 1040;
|
||||||
|
@ -393,8 +390,6 @@ header #banner {
|
||||||
}
|
}
|
||||||
header #banner #logo-img,
|
header #banner #logo-img,
|
||||||
.navbar-brand #logo-img {
|
.navbar-brand #logo-img {
|
||||||
/*mask: url('network#m1');*/
|
|
||||||
/*mask-image: url('img/friendica-25.png');*/
|
|
||||||
-webkit-mask-image: url('img/friendica-25.png');
|
-webkit-mask-image: url('img/friendica-25.png');
|
||||||
background-color: $nav_icon_color;
|
background-color: $nav_icon_color;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
|
@ -2126,7 +2121,7 @@ img.acpopup-img {
|
||||||
.wall-item-container.thread_level_6,
|
.wall-item-container.thread_level_6,
|
||||||
.wall-item-container.thread_level_7 {
|
.wall-item-container.thread_level_7 {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
|
margin-right: -0.5em;
|
||||||
}
|
}
|
||||||
/* Menubar Tabs */
|
/* Menubar Tabs */
|
||||||
section > .tabbar-wrapper {
|
section > .tabbar-wrapper {
|
||||||
|
@ -3619,4 +3614,12 @@ section .profile-match-wrapper {
|
||||||
.form-control {
|
.form-control {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wall-item-container.thread_level_3,
|
||||||
|
.wall-item-container.thread_level_4,
|
||||||
|
.wall-item-container.thread_level_5,
|
||||||
|
.wall-item-container.thread_level_6,
|
||||||
|
.wall-item-container.thread_level_7 {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue