diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml
index 6af9ebc11..55da1c204 100644
--- a/app/layout/nav_menu.phtml
+++ b/app/layout/nav_menu.phtml
@@ -121,11 +121,6 @@
-
-
-
@@ -148,8 +143,6 @@
-
-
+
+
+
+
+
+
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index bc6399260..a323bf5b4 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -29,11 +29,11 @@
text-decoration: none;
}
.header > .item.search input {
- width: 200px;
+ width: 230px;
transition: width 200ms linear;
}
.header .item.search input:focus {
- width: 300px;
+ width: 330px;
}
.header > .item.configure {
width: 100px;
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css
index f837f7fe0..df9a0ed82 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -32,11 +32,11 @@ body {
text-decoration: none;
}
.header > .item.search input {
- width: 200px;
+ width: 230px;
transition: width 200ms linear;
}
.header .item.search input:focus {
- width: 300px;
+ width: 330px;
}
.header > .item.configure {
width: 100px;