mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
8 lines
113 B
CSS
8 lines
113 B
CSS
.box{
|
|
padding: 10px;
|
|
cursor: pointer;
|
|
margin: 3px 0;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|