forked from External/greenlight
Fixes to room search (#2343)
This commit is contained in:
@ -133,3 +133,14 @@
|
||||
text-overflow: ellipsis;
|
||||
padding-right: 75px;
|
||||
}
|
||||
|
||||
#clear-room-search {
|
||||
z-index: 9;
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 8px;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user