Skip to content

Commit 845e011

Browse files
committed
fix(style): add padding to flex-container and adjust border for nanopub-item component
1 parent 3a34f41 commit 845e011

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/main/webapp/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,6 +1944,10 @@ td div:has(.button-list) {
19441944

19451945
}
19461946

1947+
.flex-container {
1948+
padding: 10px 0;
1949+
}
1950+
19471951
.flex-container .nanopub-item {
19481952
border: 1px solid #ccc;
19491953
padding: 0 5px;
@@ -1995,6 +1999,10 @@ td div:has(.button-list) {
19951999
margin: 0;
19962000
}
19972001

2002+
.flex-container.list-view > .nanopub-item:first-child {
2003+
border-top: none;
2004+
}
2005+
19982006
.view-selector.with-source {
19992007
display: inline-block;
20002008
position: absolute;

0 commit comments

Comments
 (0)