frio: remove js part for shared-content div because it's now done by core
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user