This website works better with JavaScript.
Home
Explore
Help
Sign In
GNUsocial
/
gnu-social
Watch
4
Star
0
Fork
1
Code
Issues
Releases
4
Wiki
Activity
Browse Source
[CSS] Details inside another details (accordion widget) will represent their 'open/close feedback arrows' properly now
experimental
Eliseu Amaro
1 year ago
parent
077975136e
commit
9b86794cda
Signed by:
eliseuamaro
<mail@eliseuama.ro>
GPG Key ID:
96DA09D4B97BC2D5
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
public/assets/default_theme/feeds.css
+1
-1
public/assets/default_theme/widgets.css
+ 4
- 0
public/assets/default_theme/feeds.css
View File
@@ -225,6 +225,10 @@
word-break:break-all;
}
.note-attachments-unit>figure img {
height: auto;
}
.note-author-uri,.note-conversation-info,.note-text-details .note-text-details-summary small {
font-style:italic;
}
+ 1
- 1
public/assets/default_theme/widgets.css
View File
@@ -386,7 +386,7 @@
margin-bottom: 0;
}
.section-settings-details[open] summary:after {
.section-settings-details[open]
>
summary:after {
animation: fadeOut 200ms cubic-bezier(0, 0.55, 0.45, 1);
transform: rotate(180deg);
}
Write
Preview
Loading…
Cancel
Save