Merge pull request #6447 from vector-im/rxl881/stickerPickerStyling

Rxl881/sticker picker styling
pull/6375/merge
Richard Lewis 2018-04-04 14:59:10 +01:00 committed by GitHub
commit d95db207bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@ -16,5 +16,6 @@ electron/dist
electron/pub
**/.idea
/config.json
/config.json.*
/config.local*.json
/src/component-index.js

View File

@ -68,16 +68,13 @@ limitations under the License.
.mx_AppTileFullWidth {
max-width: 960px;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 1px solid $primary-hairline-color;
border-radius: 2px;
}
.mx_AppTile, .mx_AppTileFullWidth {
margin-top: 3px;
}
.mx_AppTileMenuBar {
margin: 0;
padding: 2px 10px;