Skip to content

Commit

Permalink
Merge pull request #6447 from vector-im/rxl881/stickerPickerStyling
Browse files Browse the repository at this point in the history
Rxl881/sticker picker styling
  • Loading branch information
rxl881 authored Apr 4, 2018
2 parents e724229 + 0296919 commit d95db20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ electron/dist
electron/pub
**/.idea
/config.json
/config.json.*
/config.local*.json
/src/component-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d95db20

Please sign in to comment.