Moved away inline css and added mobile rule to stretch the input wrapper closer to the edges of the screen
This commit is contained in:
@@ -73,10 +73,7 @@
|
|||||||
<h2>No results found</h2>
|
<h2>No results found</h2>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div style="display: flex;
|
<div class="editQuery" v-if="editSearchQuery">
|
||||||
width: 70%;
|
|
||||||
justify-content: center;"
|
|
||||||
v-if="editSearchQuery">
|
|
||||||
|
|
||||||
<seasonedInput text="Torrent query" icon="_torrents" @inputValue="(val) => editedSearchQuery = val" @enter="fetchTorrents(editedSearchQuery)" />
|
<seasonedInput text="Torrent query" icon="_torrents" @inputValue="(val) => editedSearchQuery = val" @enter="fetchTorrents(editedSearchQuery)" />
|
||||||
|
|
||||||
@@ -443,6 +440,19 @@ table {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.editQuery {
|
||||||
|
display: flex;
|
||||||
|
width: 70%;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
@include mobile-only {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.download {
|
.download {
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user