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