1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Started on hiding manager on request

This commit is contained in:
Dan Brown
2015-08-13 07:44:10 +01:00
parent 83c653fc32
commit 59184fa6a9
3 changed files with 50 additions and 6 deletions

View File

@ -53,7 +53,13 @@
padding: 0 $-l;
border-left: 1px solid #DDD;
}
.image-manager-close {
position: absolute;
top: 0;
right: 0;
margin: 0;
border-radius: 0;
}
.image-manager-list {
overflow-y: scroll;
flex: 1;