We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f448e69 commit 70d032bCopy full SHA for 70d032b
1 file changed
core/src/server/static/style.css
@@ -188,6 +188,7 @@ a:hover {
188
.file-details.loaded {
189
opacity: 1;
190
transition: opacity 0.3s ease-in-out;
191
+ overflow-x: hidden;
192
}
193
194
/* Vue transition classes for fade in/out */
@@ -627,6 +628,10 @@ a {
627
628
box-shadow: 3px 3px 2px 1px var(--shadow-color);
629
630
631
+.feather-circle {
632
+ stroke: var(--highlight-color-border);
633
+}
634
+
635
.cookie-consent-container {
636
position: fixed;
637
bottom: 0;
0 commit comments