forked from newthuhole/hole_thu_frontend
add random color
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
border-radius: 5px;
|
||||
margin: 1em 0;
|
||||
padding: .5em;
|
||||
box-shadow: 0 5px 20px #999;
|
||||
box-shadow: 0 5px 20px rgba(0,0,0,.4);
|
||||
}
|
||||
|
||||
.flow-item {
|
||||
flex: 0 0 600px;
|
||||
}
|
||||
:not(.sidebar-flow-item) .flow-reply {
|
||||
.left-container .flow-reply {
|
||||
flex: 0 0 300px;
|
||||
max-height: 15em;
|
||||
margin-left: -5px;
|
||||
@@ -66,8 +66,4 @@
|
||||
.box-id {
|
||||
font-family: Consolas, Courier, monospace;
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.flow-reply-gray {
|
||||
background-color: #eee;
|
||||
}
|
||||
Reference in New Issue
Block a user