mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
19 lines
242 B
CSS
19 lines
242 B
CSS
.collection-item {
|
|
display: flow-root;
|
|
}
|
|
|
|
.collection-item:hover {
|
|
background-color: #EEE;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.collection-item svg {
|
|
float: left;
|
|
}
|
|
|
|
.collection-item div {
|
|
vertical-align: middle;
|
|
height: 32.4px;
|
|
float: left;
|
|
}
|