Skip to content

Commit

Permalink
Merge pull request #5992 from vector-im/luke/tag-panel-beautiful-dnd
Browse files Browse the repository at this point in the history
CSS required as part of moving TagPanel from react-dnd to react-beautiful-dnd
  • Loading branch information
lukebarnard1 authored Jan 16, 2018
2 parents f940dfd + c269abd commit a94208e
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ limitations under the License.
display: flex;
flex-direction: column;
align-items: center;
margin-top: 65px;
padding-top: 65px;

flex-grow: 1;
}

.mx_TagPanel .mx_TagTile {
margin: 6px 0px;
padding: 6px 3px;
opacity: 0.5;
}
.mx_TagPanel .mx_TagTile:focus,
Expand All @@ -44,7 +46,7 @@ limitations under the License.

.mx_TagPanel .mx_TagTile.mx_TagTile_selected {
/* To offset border of mx_TagTile_avatar */
margin: 3px 0px;
padding: 3px 0px;
}

.mx_TagPanel .mx_TagTile.mx_TagTile_selected .mx_TagTile_avatar {
Expand Down

0 comments on commit a94208e

Please sign in to comment.