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 a049700 commit 4deff03Copy full SHA for 4deff03
src/css/unison-share/page/project-contribution-overview-page.css
@@ -3,6 +3,10 @@
3
flex-direction: column;
4
gap: 1.5rem;
5
6
+ .card {
7
+ padding: 1rem;
8
+ }
9
+
10
pre {
11
overflow: auto;
12
}
@@ -31,11 +35,6 @@
31
35
container-type: inline-size;
32
36
width: 100%;
33
37
34
- &.contribution-actions_updating {
- background: var(--u-color_working_element_subdued);
- border: 1px solid var(--u-color_working_border_subdued);
- }
38
-
39
.actions {
40
display: flex;
41
flex: 1;
0 commit comments