mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +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 {
|
||||
display: inline-block;
|
||||
visibility: hidden;
|
||||
position: relative;
|
||||
bottom: 10px;
|
||||
left: 4px;
|
||||
|
@ -179,10 +178,6 @@ limitations under the License.
|
|||
color: #76cfa6;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_name:hover .mx_RoomHeader_settingsButton {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_leaveButton {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue