Feat/explore (#198)
This commit is contained in:
20
web/app/components/explore/app-card/style.module.css
Normal file
20
web/app/components/explore/app-card/style.module.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.wrap {
|
||||
min-width: 312px;
|
||||
}
|
||||
|
||||
.mode {
|
||||
display: flex;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.opWrap {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wrap:hover .mode {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wrap:hover .opWrap {
|
||||
display: flex;
|
||||
}
|
||||
Reference in New Issue
Block a user