Skip to content

Commit c22439f

Browse files
authored
Merge pull request #5 from dmitryuk/compact-view
Make view more compact
2 parents 8182939 + bd6d356 commit c22439f

File tree

3 files changed

+23138
-2
lines changed

3 files changed

+23138
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.validate_lab.confluence</groupId>
99
<artifactId>stoplightelements_previewer</artifactId>
10-
<version>1.3.2</version>
10+
<version>1.3.3</version>
1111

1212
<organization>
1313
<name>ValidateLab</name>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### List of css vendor changes:
2+
3+
1. `.sl-px-24` to
4+
`.sl-px-24{padding-bottom:10px;padding-top:10px}`
5+
2. --text-s from `0%` to `0.1%` since Confluence bug
6+
3. `.sl-w-2\/5` from `40%` to `50%`
7+
4. `.sl-ml-16` from `64px` to `24px`
8+
5. `.sl-py-16` from `64px` to `24px`
9+
6. To `.sl-elements` added `border-width: 1px;`

src/main/resources/css/styles.css

Lines changed: 23128 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)