minor CSS fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2015-09-14 14:46:19 +03:00
parent c4d4e98450
commit 79cb149a4b
2 changed files with 2 additions and 4 deletions

View File

@ -46,7 +46,7 @@
dive into the configuration to change the container size
limits
*/
max-width: 50vh;
max-width: 80vh;
overflow: auto;
}
/* XXX not sure about this... */
@ -161,7 +161,7 @@
dive into the configuration to change the container size
limits
*/
max-width: 50vh;
max-width: 80vh;
overflow: hidden;
}
.browse-widget:not(.flat) .list div:not(.not-traversable):after {

View File

@ -24,8 +24,6 @@
position: relative;
display: inline-block;
background: white;
top: 50%;
left: 50%;