mirror of https://github.com/vector-im/riot-web
revert read marker css
parent
48052415b7
commit
1fd60f1e44
|
@ -172,10 +172,11 @@ li.mx_RoomView_myReadMarker_container {
|
||||||
}
|
}
|
||||||
|
|
||||||
hr.mx_RoomView_myReadMarker {
|
hr.mx_RoomView_myReadMarker {
|
||||||
border-top: solid 2px #76cfa6;
|
border-top: solid 1px #76cfa6;
|
||||||
|
border-bottom: solid 1px #76cfa6;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 4px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomView_statusArea {
|
.mx_RoomView_statusArea {
|
||||||
|
|
|
@ -36,6 +36,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_SearchableEntityList_list {
|
.mx_SearchableEntityList_list {
|
||||||
|
display: table;
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 100%;
|
||||||
border-bottom: 1px solid #e1dddd;
|
border-bottom: 1px solid #e1dddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue