We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f940dfd + c269abd commit a94208eCopy full SHA for a94208e
src/skins/vector/css/matrix-react-sdk/structures/_TagPanel.scss
@@ -29,11 +29,13 @@ limitations under the License.
29
display: flex;
30
flex-direction: column;
31
align-items: center;
32
- margin-top: 65px;
+ padding-top: 65px;
33
+
34
+ flex-grow: 1;
35
}
36
37
.mx_TagPanel .mx_TagTile {
- margin: 6px 0px;
38
+ padding: 6px 3px;
39
opacity: 0.5;
40
41
.mx_TagPanel .mx_TagTile:focus,
@@ -44,7 +46,7 @@ limitations under the License.
44
46
45
47
.mx_TagPanel .mx_TagTile.mx_TagTile_selected {
48
/* To offset border of mx_TagTile_avatar */
- margin: 3px 0px;
49
+ padding: 3px 0px;
50
51
52
.mx_TagPanel .mx_TagTile.mx_TagTile_selected .mx_TagTile_avatar {
0 commit comments