forked from mirrors/Scribe.js
List fix
This commit is contained in:
parent
df5aa7372a
commit
47b6a306f5
1 changed files with 7 additions and 13 deletions
|
@ -221,7 +221,7 @@ body {
|
||||||
* Blocks
|
* Blocks
|
||||||
*/
|
*/
|
||||||
.block {
|
.block {
|
||||||
display: inline-block;
|
display: block;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
||||||
|
@ -247,6 +247,8 @@ body {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
transition: box-shadow 250ms;
|
transition: box-shadow 250ms;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.block:hover {
|
.block:hover {
|
||||||
background: #595e50;
|
background: #595e50;
|
||||||
|
@ -281,20 +283,12 @@ body {
|
||||||
height: auto;
|
height: auto;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
.block--file {
|
{
|
||||||
height: 48px;
|
|
||||||
width: 98%;
|
|
||||||
margin: 4px 1%;
|
|
||||||
padding: 8px;
|
|
||||||
}
|
}
|
||||||
.block--file:nth-child(2) {
|
{
|
||||||
margin-top: 12px;
|
}
|
||||||
|
.block--file:nth-child(2) {
|
||||||
}
|
}
|
||||||
.block--file .block__message {
|
|
||||||
text-align: left;
|
|
||||||
line-height: 30px;
|
|
||||||
width: auto
|
|
||||||
}
|
|
||||||
.block--date {}
|
.block--date {}
|
||||||
.block--date .block__message--top {
|
.block--date .block__message--top {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|
Loading…
Add table
Reference in a new issue