change link previews to vertical flow
This commit is contained in:
parent
b459395d6d
commit
03c30b0338
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ limitations under the License.
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
max-width: 360px
|
||||||
border-left: 4px solid $preview-widget-bar-color;
|
border-left: 4px solid $preview-widget-bar-color;
|
||||||
color: $preview-widget-fg-color;
|
color: $preview-widget-fg-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue