mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
Fix missing padding on server picker (#7864)
* Fix missing padding on server picker Signed-off-by: Robin Townsend <robin@robin.town> * Use spacing variable Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
d8ac7cf202
commit
49bf0abeb5
@ -16,6 +16,7 @@ limitations under the License.
|
||||
|
||||
.mx_ServerPicker {
|
||||
margin-bottom: 14px;
|
||||
padding-bottom: $spacing-16;
|
||||
border-bottom: 1px solid rgba(141, 151, 165, 0.2);
|
||||
display: grid;
|
||||
grid-template-columns: auto min-content;
|
||||
@ -79,7 +80,6 @@ limitations under the License.
|
||||
color: $tertiary-content;
|
||||
grid-column: 1 / 2;
|
||||
grid-row: 3;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user