GH-2456 - Updating url property (#2478)
This commit is contained in:
parent
bec39e8a64
commit
b85f1ff0d2
2 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.octo-propertyrow {
|
.octo-propertyrow {
|
||||||
|
max-width: 595px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 6px 0;
|
margin: 6px 0;
|
||||||
|
|
|
@ -20,7 +20,8 @@
|
||||||
|
|
||||||
.IconButton {
|
.IconButton {
|
||||||
display: none;
|
display: none;
|
||||||
margin-right: 4px;
|
margin: 0 0 0 4px;
|
||||||
|
flex: 0 0 24px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgb(var(--center-channel-color-rgb), 0.1);
|
background-color: rgb(var(--center-channel-color-rgb), 0.1);
|
||||||
|
|
Loading…
Reference in a new issue