aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/menu.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/public/css/menu.css b/public/css/menu.css
index 62e6623..57d842a 100644
--- a/public/css/menu.css
+++ b/public/css/menu.css
@@ -70,7 +70,7 @@
70 vertical-align: middle; 70 vertical-align: middle;
71 border: 2px transparent solid; 71 border: 2px transparent solid;
72} 72}
73.menu #location:hover, .menu input[type=submit]:hover, .move_entry_icon:hover 73.menu #location:hover, .menu input[type=submit]:hover, .menu .move_entry_icon:hover
74{ 74{
75 background-color: yellow; 75 background-color: yellow;
76 border-radius: 4px; 76 border-radius: 4px;
@@ -106,8 +106,17 @@
106{ 106{
107 margin: 5px; 107 margin: 5px;
108 display: flex; 108 display: flex;
109 flex-wrap: wrap;
109 align-items: center; 110 align-items: center;
110} 111}
112.menu .url
113{
114 text-wrap: nowrap;
115}
116.menu .url input[type=url]
117{
118 width: 50%;
119}
111 120
112@media screen and (min-width: 80rem) { 121@media screen and (min-width: 80rem) {
113 i{} 122 i{}