2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .detailFileInfoContainer {
|
2015-08-04 17:02:18 +03:00
|
|
|
min-height: 50px;
|
2015-07-16 13:49:34 +03:00
|
|
|
padding: 15px;
|
2015-07-15 17:09:00 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .detailFileInfoContainer > div {
|
2015-07-15 17:09:00 +03:00
|
|
|
clear: both;
|
2015-07-16 13:49:34 +03:00
|
|
|
}
|
|
|
|
|
2015-08-30 15:17:18 +03:00
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .mainFileInfoView .icon {
|
2016-05-06 14:04:59 +03:00
|
|
|
display: inline-block;
|
2016-12-19 19:34:55 +03:00
|
|
|
background-size: 16px 16px;
|
2016-05-06 14:04:59 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .mainFileInfoView .permalink {
|
2016-11-17 23:46:07 +03:00
|
|
|
padding: 6px 10px;
|
2018-11-01 06:11:20 +03:00
|
|
|
vertical-align: top;
|
|
|
|
opacity: .6;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2016-05-06 14:04:59 +03:00
|
|
|
}
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .mainFileInfoView .permalink-field>input {
|
2016-05-06 14:04:59 +03:00
|
|
|
clear: both;
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .thumbnailContainer.large {
|
2015-08-28 18:51:26 +03:00
|
|
|
margin-left: -15px;
|
|
|
|
margin-right: -35px; /* 15 + 20 for the close button */
|
|
|
|
margin-top: -15px;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .thumbnailContainer.large.portrait {
|
2016-03-09 17:14:05 +03:00
|
|
|
margin: 0; /* if we don't fit the image anyway we give it back the margin */
|
2015-09-11 16:24:14 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .large .thumbnail {
|
2015-08-28 18:51:26 +03:00
|
|
|
width:100%;
|
|
|
|
display:block;
|
|
|
|
background-repeat: no-repeat;
|
2015-09-11 16:26:47 +03:00
|
|
|
background-position: center;
|
2015-08-28 18:51:26 +03:00
|
|
|
background-size: 100%;
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
2015-09-23 15:56:13 +03:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .large .thumbnail .stretcher {
|
2015-09-23 15:56:13 +03:00
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
padding-bottom: 56.25%; /* sets height of .thumbnail to 9/16 of the width */
|
2015-08-28 18:51:26 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .large.portrait .thumbnail {
|
2015-09-11 16:26:47 +03:00
|
|
|
background-position: 50% top;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .large.portrait .thumbnail {
|
2015-08-28 18:51:26 +03:00
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .large.text {
|
2016-07-04 13:54:12 +03:00
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-x: hidden;
|
2017-11-21 17:33:23 +03:00
|
|
|
padding-top: 14px;
|
2016-07-04 13:54:12 +03:00
|
|
|
font-size: 80%;
|
2016-07-04 16:38:16 +03:00
|
|
|
margin-left: 0;
|
2016-07-04 13:54:12 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .thumbnail {
|
2019-03-27 12:36:21 +03:00
|
|
|
width: 100%;
|
|
|
|
min-height: 75px;
|
2015-08-30 15:17:18 +03:00
|
|
|
display: inline-block;
|
2015-07-15 13:06:13 +03:00
|
|
|
float: left;
|
2015-07-16 13:49:34 +03:00
|
|
|
margin-right: 10px;
|
2019-03-27 12:36:21 +03:00
|
|
|
background-size: contain;
|
|
|
|
background-repeat: no-repeat;
|
2015-07-15 17:09:00 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .ellipsis {
|
2015-07-16 13:49:34 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .fileName {
|
2015-08-04 17:02:18 +03:00
|
|
|
font-size: 16px;
|
2015-08-24 17:58:30 +03:00
|
|
|
padding-top: 13px;
|
|
|
|
padding-bottom: 3px;
|
2015-08-04 17:02:18 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .fileName h3 {
|
2018-11-01 06:11:20 +03:00
|
|
|
width: calc(100% - 42px); /* 36px is the with of the copy link icon, but this breaks so we add some more to be sure */
|
2015-09-22 15:13:56 +03:00
|
|
|
display: inline-block;
|
2015-09-15 18:03:43 +03:00
|
|
|
padding: 5px 0;
|
|
|
|
margin: -5px 0;
|
2015-08-30 15:17:18 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .file-details {
|
2018-06-03 22:06:36 +03:00
|
|
|
color: var(--color-text-maxcontrast);
|
2016-01-05 11:39:24 +03:00
|
|
|
}
|
2016-11-02 17:17:16 +03:00
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .action-favorite {
|
2016-11-21 16:40:34 +03:00
|
|
|
vertical-align: sub;
|
2015-08-04 17:02:18 +03:00
|
|
|
padding: 10px;
|
|
|
|
margin: -10px;
|
2015-07-15 13:06:13 +03:00
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .action-favorite > span{
|
2016-11-21 16:40:34 +03:00
|
|
|
opacity: .7 !important;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .detailList {
|
2015-07-15 13:06:13 +03:00
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2020-07-16 15:39:26 +03:00
|
|
|
.app-sidebar .close {
|
2015-07-15 18:05:25 +03:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
2015-08-04 17:02:18 +03:00
|
|
|
opacity: .5;
|
2017-09-14 12:30:54 +03:00
|
|
|
z-index: 1;
|
2018-07-12 19:29:09 +03:00
|
|
|
width: 44px;
|
|
|
|
height: 44px;
|
2015-07-15 18:05:25 +03:00
|
|
|
}
|