mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 04:57:20 +00:00
improve layout of clipboard on small devices
This commit is contained in:
parent
a0a392ff98
commit
c1e6a8360f
|
@ -191,17 +191,22 @@ div.splash {
|
|||
|
||||
div.clipboard-container {
|
||||
position: fixed;
|
||||
left: 10px;
|
||||
top: 40px;
|
||||
left: 0px;
|
||||
top: 50px;
|
||||
width: 29.8%;
|
||||
min-width: 200px;
|
||||
background: white;
|
||||
border: 1px solid #d4d4d4;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
height: 500px;
|
||||
max-height: 400px;
|
||||
margin: 10px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
div.clipboard-container legend {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.statusbar-container {
|
||||
|
|
Loading…
Reference in New Issue
Block a user