changes to theme explore
This commit is contained in:
parent
f655b8f1aa
commit
3fdd6c04c7
2 changed files with 30 additions and 8 deletions
|
@ -35,6 +35,9 @@
|
|||
.repo-name {
|
||||
margin:0px;
|
||||
font-weight: 500;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.repo-url {
|
||||
|
@ -50,9 +53,22 @@
|
|||
height: 100%;
|
||||
overflow-y: overlay;
|
||||
width: 320px;
|
||||
font-size: 14px;
|
||||
|
||||
>.list-group {
|
||||
margin:0px;
|
||||
}
|
||||
.list-group-item {
|
||||
padding: 12px 6px;
|
||||
|
||||
&:hover {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
|
||||
&:active {
|
||||
filter: brightness(0.8);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.github-preview {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue