mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-05 06:43:21 +00:00
minor spacing in post meta
This commit is contained in:
parent
7141ead887
commit
a700420ae7
|
@ -24,12 +24,12 @@ summary {
|
||||||
transform: scale(1.03);
|
transform: scale(1.03);
|
||||||
}
|
}
|
||||||
.post {
|
.post {
|
||||||
margin: 6px 0px;
|
margin: 8px 0px;
|
||||||
}
|
}
|
||||||
.post .thumb {
|
.post .thumb {
|
||||||
height: 52px;
|
height: 52px;
|
||||||
width: 70px;
|
width: 70px;
|
||||||
margin: 0px 4px;
|
margin: 0px 8px 0px 0px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
--background-color: #e7e7e7;
|
--background-color: #e7e7e7;
|
||||||
|
@ -113,6 +113,7 @@ summary {
|
||||||
.post .title {
|
.post .title {
|
||||||
color: #888;
|
color: #888;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
.activity .post .title a {
|
.activity .post .title a {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
|
@ -445,6 +446,9 @@ form.nsfw div {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
.entry .meta {
|
||||||
|
margin: -1px 0px 1px 0px;
|
||||||
|
}
|
||||||
form.blockpost {
|
form.blockpost {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border: 1px solid #888;
|
border: 1px solid #888;
|
||||||
|
@ -457,7 +461,7 @@ form.blockpost {
|
||||||
height: 23px;
|
height: 23px;
|
||||||
background-color: #ccccc9;
|
background-color: #ccccc9;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin: 0px 4px 0px 0px;
|
margin: 0px 6px 0px 0px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue