strated to displaying falgcollection on the left of results
This commit is contained in:
@@ -390,6 +390,20 @@ aside.messages{
|
||||
// }
|
||||
|
||||
|
||||
// ___ _ _ _ __ _
|
||||
// / __|___ _ _| |_ ___ _ _| |_ ___| | ___ / _| |_
|
||||
// | (__/ _ \ ' \ _/ -_) ' \ _|___| |__/ -_) _| _|
|
||||
// \___\___/_||_\__\___|_||_\__| |____\___|_| \__|
|
||||
#content-left{
|
||||
max-width:1px;
|
||||
overflow-x: hidden;
|
||||
transition: all 0.3s ease-in-out;
|
||||
&.opened{
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// __ _
|
||||
// / _|_ _ ___ _ _| |_
|
||||
// | _| '_/ _ \ ' \ _|
|
||||
|
Reference in New Issue
Block a user