Merge frio-specific share block template into the base template

- Add BIDI support for share blocks
- Remove redundant share block styles
This commit is contained in:
Hypolite Petovan 2021-07-09 19:23:01 -04:00
commit 540dc90ce1
12 changed files with 68 additions and 220 deletions

View file

@ -1709,10 +1709,20 @@ aside .panel-body {
right: 0;
top: 0;
}
.shared_header .preferences {
top: 7px;
right: 9px;
.shared_header {
margin-left: 0px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 10px;
border-top: none;
color: inherit;
}
blockquote.shared_content {
padding: 0px;
margin-inline-start: 0px;
color: inherit;
}
.wall-item-network {
font-size: 13px;
}
@ -1837,19 +1847,6 @@ aside .panel-body {
.vevent:hover {
box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.05);
}
.shared_header {
margin-left: 0px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 10px;
border-top: none;
color: inherit;
}
blockquote.shared_content {
padding: 0px;
margin-left: 0px;
color: inherit;
}
code > .hl-main {
padding: 10px 10px 1px 0;
}