mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
make settings button always visible
This commit is contained in:
parent
9c82938b35
commit
7433f50c8c
1 changed files with 0 additions and 5 deletions
|
@ -158,7 +158,6 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomHeader_settingsButton {
|
.mx_RoomHeader_settingsButton {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
visibility: hidden;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
|
@ -179,10 +178,6 @@ limitations under the License.
|
||||||
color: #76cfa6;
|
color: #76cfa6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_name:hover .mx_RoomHeader_settingsButton {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RoomHeader_leaveButton {
|
.mx_RoomHeader_leaveButton {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue