mirror of https://github.com/vector-im/riot-web
reduce distance between tiles to 12px, so we can align things in LP with
parent
965856aa55
commit
b19afe4d46
|
@ -67,9 +67,10 @@ limitations under the License.
|
|||
align-items: center;
|
||||
|
||||
height: 100%;
|
||||
padding-top: 6px;
|
||||
}
|
||||
.mx_TagPanel .mx_TagPanel_tagTileContainer > div {
|
||||
margin: 8px 0;
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
||||
.mx_TagPanel .mx_TagTile {
|
||||
|
|
Loading…
Reference in New Issue