Search icon updated in header, and all icons spacing and positioning teaked
This commit is contained in:
@@ -164,8 +164,7 @@ limitations under the License.
|
||||
.mx_RoomHeader_settingsButton {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
bottom: -1px;
|
||||
left: 4px;
|
||||
left: 8px;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_settingsButton object {
|
||||
@@ -183,10 +182,6 @@ limitations under the License.
|
||||
color: #76cfa6;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_leaveButton {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_placeholder {
|
||||
color: #a2a2a2 ! important;
|
||||
}
|
||||
@@ -244,9 +239,11 @@ limitations under the License.
|
||||
|
||||
.mx_RoomHeader_button {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
vertical-align: middle;
|
||||
/* padding-left: 8px; */
|
||||
/* padding-right: 8px; */
|
||||
width: 35px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user