Search icon updated in header, and all icons spacing and positioning teaked
This commit is contained in:
parent
0a4af647c8
commit
1f43f904d5
2 changed files with 27 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue