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:
-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;
+}
+
/**