mobile layout CSS tweaks
This commit is contained in:
parent
8fa580f40d
commit
704a683903
|
@ -321,7 +321,6 @@ span.post-count {
|
||||||
|
|
||||||
#topic-title {
|
#topic-title {
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
background-color: scale-color($primary, $lightness: 95%);
|
|
||||||
margin: 0 0 0 0 !important;
|
margin: 0 0 0 0 !important;
|
||||||
padding: 15px 10px 15px 10px;
|
padding: 15px 10px 15px 10px;
|
||||||
}
|
}
|
||||||
|
@ -440,7 +439,7 @@ iframe {
|
||||||
|
|
||||||
.post-action {
|
.post-action {
|
||||||
float:right;
|
float:right;
|
||||||
margin-right: 5px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-action .relative-date {
|
.post-action .relative-date {
|
||||||
|
@ -549,7 +548,7 @@ blockquote {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.names {margin: 5px 0 0 70px; float: left;}
|
.names {margin: 5px 0 0 65px; float: left;}
|
||||||
.post-info {float: right; font-size: 12px; margin: 4px 10px 0 0;
|
.post-info {float: right; font-size: 12px; margin: 4px 10px 0 0;
|
||||||
.edits {margin-right: 5px;}
|
.edits {margin-right: 5px;}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
#topic-title {
|
#topic-title {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
margin: 0 60px 10px 20px;
|
margin: 0 60px 10px 20px;
|
||||||
line-height: 1.7em;
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|
Loading…
Reference in New Issue