mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
fix icon layout
This commit is contained in:
parent
cc75eb8b0e
commit
ad26631874
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_RoomStatusBar {
|
||||
margin-top: 10px;
|
||||
margin-left: 65px;
|
||||
min-height: 34px;
|
||||
}
|
||||
|
@ -109,6 +108,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomStatusBar_tabCompleteBar {
|
||||
padding-top: 10px;
|
||||
color: #4a4a4a;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue