forked from GNUsocial/gnu-social
[COMPONENTS][CSS] Adding components styling properly.
This commit is contained in:
26
plugins/Cover/assets/css/cover.css
Normal file
26
plugins/Cover/assets/css/cover.css
Normal file
@@ -0,0 +1,26 @@
|
||||
|
||||
.cover {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.cover-img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.no-cover {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--bg2);
|
||||
}
|
||||
|
||||
.profile {
|
||||
position: relative;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
Reference in New Issue
Block a user