mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Refactors to support multiple services in the widget UI * Add GitLabRepo web component view * Support searching and adding a GitLab repository on the frontend * Add final bits to supporting adding and removing connections from rooms * lint * changelog * Lots of changes based upon review feedback * linting * Add warnings * Withdraw openid overrides change for this PR * Drop unused * Remove async function syntax * Tiny bug fixes
17 lines
265 B
SCSS
17 lines
265 B
SCSS
.header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: flex-start;
|
|
|
|
img {
|
|
width: 52px;
|
|
height: 52px;
|
|
}
|
|
|
|
h1 {
|
|
margin-left: 10px;
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
}
|
|
} |