File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed
src/skins/vector/css/matrix-react-sdk/structures Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,35 @@ limitations under the License.
2525 justify-content : space-between ;
2626}
2727
28+ .mx_TagPanel .mx_TagPanel_logo {
29+ width : 60px ;
30+ height : 60px ;
31+ padding : 5px 0px ;
32+ }
33+
34+ .mx_TagPanel .mx_TagPanel_logo.mx_AccessibleButton :focus {
35+ filter : none ;
36+ background : rgba (255 ,255 ,255 , 0.2 );
37+ }
38+
39+ .mx_TagPanel .mx_TagPanel_logo object {
40+ pointer-events : none ;
41+ }
42+
43+ .mx_TagPanel .mx_TagPanel_divider {
44+ height : 0px ;
45+ width : 42px ;
46+ border-bottom : 1px solid $panel-divider-color ;
47+ }
48+
49+ .mx_TagPanel .mx_TagPanel_scroller {
50+ flex-grow : 1 ;
51+ }
52+
2853.mx_TagPanel .mx_TagPanel_tagTileContainer {
2954 display : flex ;
3055 flex-direction : column ;
3156 align-items : center ;
32- padding-top : 65px ;
33-
34- flex-grow : 1 ;
3557}
3658
3759.mx_TagPanel .mx_TagTile {
@@ -85,6 +107,7 @@ limitations under the License.
85107.mx_TagPanel_createGroupButton {
86108 opacity : 0.5 ;
87109 margin-bottom : 17px ;
110+ margin-top : 18px ;
88111 height : 25px ;
89112}
90113
You can’t perform that action at this time.
0 commit comments