mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-13 15:08:28 +00:00
Kleine Detailverbesserungen
Verschiedene Fehler behoben
This commit is contained in:
parent
fc8d40156f
commit
a350d099a8
2 changed files with 13 additions and 0 deletions
|
@ -948,6 +948,14 @@ iframe, img, video {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background-color: #b0b3b8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shared_header > .avatar > img {
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
|
|
|
@ -102,6 +102,7 @@ ul.tabs li {
|
||||||
|
|
||||||
ul.tabs li a {
|
ul.tabs li a {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
color: var(--link-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tabs li:hover:not(.active) {
|
ul.tabs li:hover:not(.active) {
|
||||||
|
@ -902,6 +903,10 @@ p.wall-item-announce,
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shared_header > .avatar > img {
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
audio, progress, video {
|
audio, progress, video {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue