fix banner overflowing
This commit is contained in:
parent
49422705a8
commit
a4e6a72ca2
4 changed files with 15 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.user-card {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
overflow: hidden;
|
||||
|
||||
// editing headers
|
||||
h4 {
|
||||
|
|
@ -161,9 +162,10 @@
|
|||
|
||||
.user-info {
|
||||
position: relative;
|
||||
margin: 0.6em;
|
||||
margin-bottom: 0;
|
||||
text-align: left;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
|
||||
.user-identity {
|
||||
position: relative;
|
||||
|
|
@ -171,7 +173,6 @@
|
|||
min-height: 6em;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
margin-bottom: 1em;
|
||||
container: user-card / inline-size;
|
||||
|
||||
> * {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue