[Glitch] Change onboarding prompt to use full width of banner in web UI
Port 1f141f656d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main-unfiltered
parent
08b495d95c
commit
15c865808a
|
@ -985,7 +985,6 @@ $ui-header-height: 55px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 1px solid $highlight-text-color;
|
border: 1px solid $highlight-text-color;
|
||||||
background: rgba($highlight-text-color, 0.15);
|
background: rgba($highlight-text-color, 0.15);
|
||||||
padding-inline-end: 45px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&__background-image {
|
&__background-image {
|
||||||
|
@ -1048,7 +1047,7 @@ $ui-header-height: 55px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset-inline-end: 0;
|
inset-inline-end: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
padding: 10px;
|
padding: 15px 10px;
|
||||||
|
|
||||||
.icon-button {
|
.icon-button {
|
||||||
color: $highlight-text-color;
|
color: $highlight-text-color;
|
||||||
|
|
Loading…
Reference in New Issue