Skip to content

Commit

Permalink
Merge pull request #6187 from vector-im/luke/feature-tag-panel-global…
Browse files Browse the repository at this point in the history
…-filter

CSS for new global TagPanel filter
  • Loading branch information
lukebarnard1 committed Feb 19, 2018
2 parents c3e34e5 + 86d554b commit e3e60bd
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions src/skins/vector/css/matrix-react-sdk/structures/_TagPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,35 @@ limitations under the License.
justify-content: space-between;
}

.mx_TagPanel .mx_TagPanel_logo {
width: 60px;
height: 60px;
padding: 5px 0px;
}

.mx_TagPanel .mx_TagPanel_logo.mx_AccessibleButton:focus {
filter: none;
background: rgba(255,255,255, 0.2);
}

.mx_TagPanel .mx_TagPanel_logo object {
pointer-events: none;
}

.mx_TagPanel .mx_TagPanel_divider {
height: 0px;
width: 42px;
border-bottom: 1px solid $panel-divider-color;
}

.mx_TagPanel .mx_TagPanel_scroller {
flex-grow: 1;
}

.mx_TagPanel .mx_TagPanel_tagTileContainer {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 65px;

flex-grow: 1;
}

.mx_TagPanel .mx_TagTile {
Expand Down Expand Up @@ -85,6 +107,7 @@ limitations under the License.
.mx_TagPanel_createGroupButton {
opacity: 0.5;
margin-bottom: 17px;
margin-top: 18px;
height: 25px;
}

Expand Down

0 comments on commit e3e60bd

Please sign in to comment.