Add mobile style for the buttons in the share modal
This commit is contained in:
parent
0c9d94a6bd
commit
6beda918c3
1 changed files with 4 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ export default {
|
||||||
|
|
||||||
.share-buttons > button {
|
.share-buttons > button {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: 64%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
|
|
@ -95,5 +95,8 @@ export default {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-height: 75%;
|
max-height: 75%;
|
||||||
}
|
}
|
||||||
|
.share-buttons > button {
|
||||||
|
width: 64%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue