mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
reduce margin on e2e icon in room header
This commit is contained in:
parent
ef475bbdad
commit
d1501a1651
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ limitations under the License.
|
|||
.mx_RoomHeader {
|
||||
flex: 0 0 52px;
|
||||
border-bottom: 1px solid $primary-hairline-color;
|
||||
|
||||
.mx_E2EIcon {
|
||||
margin: 0 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomHeader_wrapper {
|
||||
|
|
Loading…
Reference in a new issue