mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Created movie picker
This commit is contained in:
13
assets/css/components/movies/picker.css
Normal file
13
assets/css/components/movies/picker.css
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Movies picker
|
||||
*
|
||||
* @author Pierre HUBET
|
||||
*/
|
||||
|
||||
.pick-movie-modal .modal-body {
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
.pick-movie-modal video {
|
||||
height: 100px;
|
||||
}
|
Reference in New Issue
Block a user