lots and lots of transitions
This commit is contained in:
@@ -5,6 +5,16 @@
|
||||
{{template "meta_tags" "Free file sharing service"}}
|
||||
{{template "user_style" .}}
|
||||
<script type="text/javascript">var apiEndpoint = '{{.APIEndpoint}}';</script>
|
||||
<style>
|
||||
#uploads_queue{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
transition: height 2s;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -19,7 +29,7 @@
|
||||
By uploading files to Pixeldrain you accept that a cookie will
|
||||
be placed in your web browser. More information below.
|
||||
|
||||
<div id="uploads_queue" class="uploads_queue"></div>
|
||||
<div id="uploads_queue"></div>
|
||||
</div>
|
||||
<div class="highlight_dark border_bottom">
|
||||
<button id="btn_create_list">Create list with uploaded files</button>
|
||||
|
Reference in New Issue
Block a user