mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix: card width in mobile view
This commit is contained in:
parent
1d81d367b0
commit
c9f74c18c0
@ -44,7 +44,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<ds-space margin="x-small">
|
<ds-space margin="x-small">
|
||||||
<ds-input
|
<ds-input
|
||||||
ref="filter"
|
|
||||||
@input.native="setFilter"
|
@input.native="setFilter"
|
||||||
:placeholder="filter"
|
:placeholder="filter"
|
||||||
v-focus="true"
|
v-focus="true"
|
||||||
@ -142,7 +141,7 @@ export default {
|
|||||||
.hc-connections {
|
.hc-connections {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-height: 424px;
|
max-height: 424px;
|
||||||
width: 240px;
|
width: auto;
|
||||||
|
|
||||||
> .no-connections-message {
|
> .no-connections-message {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user