Review bits for travis

This commit is contained in:
Half-Shot 2020-01-28 11:17:51 +00:00
parent bdaf9fd06d
commit 785277d4b8
5 changed files with 14 additions and 80 deletions

View file

@ -56,66 +56,3 @@ limitations under the License.
mask-position: center;
}
.mx_RoomSettingsDialog_BridgeList {
padding: 0;
}
.mx_RoomSettingsDialog_BridgeList li {
list-style-type: none;
padding: 5px;
margin-bottom: 8px;
border-width: 1px 1px;
border-color: $primary-hairline-color;
border-style: solid;
border-radius: 5px;
.protocol-icon {
float: left;
margin-right: 5px;
img {
border-radius: 5px;
border-width: 1px 1px;
border-color: $primary-hairline-color;
}
span {
/* Correct letter placement */
left: auto;
}
}
h3 {
margin-top: 0;
margin-bottom: 4px;
font-size: 16pt;
}
.column-icon {
float: left;
}
.column-data {
display: inline-block;
width: 85%;
}
.workspace-channel-details {
margin-top: 0;
color: $primary-fg-color;
}
.metadata {
color: $muted-fg-color;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0;
}
.metadata.visible {
overflow-y: visible;
text-overflow: ellipsis;
white-space: normal;
}
}

View file

@ -1,5 +1,5 @@
/*
Copyright 2020 New Vector Ltd.
Copyright 2020 The Matrix.org Foundation C.I.C.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -21,7 +21,6 @@ limitations under the License.
display: inline;
margin: 0;
padding: 0;
float: left;
}
}
@ -75,6 +74,10 @@ limitations under the License.
.workspace-channel-details {
margin-top: 0;
color: $primary-fg-color;
.channel {
margin-left: 15px;
}
}
.metadata {