forked from NotNet/gluestick
resize check
This commit is contained in:
parent
1340bf531a
commit
45decdb110
|
@ -11,12 +11,18 @@
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
.connection svg {
|
||||
.connection .iconContainer > svg {
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.connection > svg {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.connection .dot {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
|
|
Loading…
Reference in New Issue