feat: image loading and theme icon on homepage, fix view button color var
This commit is contained in:
@ -32,4 +32,18 @@ html {
|
||||
padding: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 2rem;
|
||||
min-width: 2rem;
|
||||
height: 2rem;
|
||||
min-height: 2rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.icon img {
|
||||
background: white;
|
||||
border-radius: 50%;
|
||||
padding: .25rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user