Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-02-12 23:49:06 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-02-12 23:49:06 +0300
commitcfefa7772bd4521640d7f51d1a977d92f9e61faa (patch)
treeaf4abc9dfa7e8385373fea0b5e919d80927ed204
parent3047a1e75b2727c928efe27df444bb3c9987380c (diff)
mobile versionv0.6.0
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--css/fulltextsearch.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/fulltextsearch.css b/css/fulltextsearch.css
index c76f3d4..a250ff3 100644
--- a/css/fulltextsearch.css
+++ b/css/fulltextsearch.css
@@ -15,12 +15,12 @@ div.icon-fulltextsearch {
#fts-popup {
width: 340px;
- right: 100px;
- max-width: 90%;
+ right: 42px;
+ max-width: 85%;
}
#fts-popup::after {
- right: 20px;
+ right: 78px;
}
#fts-header {
@@ -38,6 +38,10 @@ div.icon-fulltextsearch {
width: 100%;
}
+input.options_small {
+ width: 60px;
+}
+
/**