[Glitch] Fix inconsistent radius in drawer
Port ffa9249c1e
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
8364f82281
commit
f49d2ec5a3
|
@ -50,12 +50,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer--header {
|
.drawer--header {
|
||||||
|
flex: none;
|
||||||
|
font-size: 16px;
|
||||||
|
background: lighten($ui-base-color, 8%);
|
||||||
|
margin-bottom: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin-bottom: 10px;
|
border-radius: 4px;
|
||||||
flex: none;
|
overflow: hidden;
|
||||||
background: lighten($ui-base-color, 8%);
|
|
||||||
font-size: 16px;
|
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -179,6 +181,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer__inner {
|
.drawer__inner {
|
||||||
|
|
Loading…
Reference in New Issue