Skip to content

Commit e1a7d3f

Browse files
committed
Tweaker css
1 parent ea70702 commit e1a7d3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/main-section/content-view/pdf-exporter/PdfExporter.module.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@
4545
display: flex;
4646
gap: 0.5rem;
4747
padding: 0.5rem 0.25rem;
48-
overflow-y: hidden;
4948

5049
visibility: visible;
51-
max-height: 5rem;
50+
max-height: 4rem;
5251
transition-property: visibility, max-height, padding;
5352
transition-timing-function: ease-out;
5453
transition-duration: 200ms;
@@ -58,6 +57,6 @@
5857
max-height: 0;
5958
padding: 0 0.25rem;
6059
align-items: center;
60+
overflow-y: hidden;
6161
}
62-
6362
}

src/components/main-section/content-view/pdf-exporter/download-link/DownloadLink.module.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@
3838

3939
&.disabled {
4040
color: var(--a-gray-400);
41+
background-color: var(--a-gray-200);
4142
cursor: not-allowed;
4243
border: none;
4344

4445
&:hover {
45-
background-color: var(--a-white);
46+
background-color: var(--a-gray-300);
4647
}
4748

4849
&:active {
4950
color: var(--a-gray-400);
50-
background-color: var(--a-gray-200);
51+
background-color: var(--a-gray-400);
5152
}
5253
}
5354
}

0 commit comments

Comments
 (0)