mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint compliance
This commit is contained in:
parent
4dfbf1175e
commit
d5d75e85a3
@ -52,7 +52,7 @@
|
||||
|
||||
td {
|
||||
padding: @upload_pad_h @upload_pad_v;
|
||||
white-space:nowrap;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.cp-fileupload-table-link {
|
||||
display: flex;
|
||||
@ -61,7 +61,7 @@
|
||||
max-width: 40vw;
|
||||
margin: 0px @upload_pad_v;
|
||||
.fa {
|
||||
margin-top: 4px;
|
||||
margin-top: 4px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.cp-fileupload-table-name {
|
||||
@ -69,9 +69,8 @@
|
||||
text-overflow: ellipsis;
|
||||
min-width: 35vw;
|
||||
|
||||
@media screen and (max-width: 600px)
|
||||
{
|
||||
min-width:40vw;
|
||||
@media screen and (max-width: 600px) {
|
||||
min-width: 40vw;
|
||||
}
|
||||
|
||||
}
|
||||
@ -86,7 +85,7 @@
|
||||
position: relative;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
min-width:20vw;
|
||||
min-width: 20vw;
|
||||
|
||||
}
|
||||
.cp-fileupload-table-progress-container {
|
||||
@ -96,7 +95,7 @@
|
||||
position: absolute;
|
||||
width: 0px;
|
||||
height: 100%;
|
||||
padding:2px;
|
||||
padding: 2px;
|
||||
background-color: @cp_upload-progress;
|
||||
z-index: -1; //Z file upload progress container
|
||||
border-radius: @variables_radius;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user