frio: remove js part for shared-content div because it's now done by core
This commit is contained in:
parent
2bd3deb397
commit
cd0d5d6a18
2 changed files with 3 additions and 19 deletions
|
@ -1255,7 +1255,7 @@ section #jotOpen {
|
|||
max-height: 480px;
|
||||
object-fit: contain;
|
||||
}
|
||||
.shared-content-wrapper,
|
||||
.shared-wrapper,
|
||||
.vevent {
|
||||
margin-left: 50px;
|
||||
margin-right: 50px;
|
||||
|
@ -1263,13 +1263,13 @@ section #jotOpen {
|
|||
box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
|
||||
}
|
||||
@media screen and (max-width: 767px) {
|
||||
.shared-content-wrapper,
|
||||
.shared-wrapper,
|
||||
.vevent {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
.shared-content-wrapper:hover,
|
||||
.shared-wrapper:hover,
|
||||
.vevent:hover {
|
||||
box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue