show border when there is no selected DM
This commit is contained in:
@ -982,3 +982,9 @@ svg.repeat {
|
||||
.close-button:hover {
|
||||
background: rgba(255, 255, 255, 0.15); /* 15% opacity white background on hover */
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.rt-border{
|
||||
border-right-width: 1px;
|
||||
border-right-color: red;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user