Rounded corner to improve UI continuity (#711)
* round top right corner * remove conflicting shadow & more radius * remove unnecessary css rule
This commit is contained in:
parent
2fad02df23
commit
405f77e466
@ -366,13 +366,13 @@ command_listener((e) => {
|
|||||||
|
|
||||||
.view {
|
.view {
|
||||||
width: calc(100% - var(--sidebar-width));
|
width: calc(100% - var(--sidebar-width));
|
||||||
|
background-color: var(--color-raised-bg);
|
||||||
|
|
||||||
.appbar {
|
.appbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
background: var(--color-raised-bg);
|
background: var(--color-raised-bg);
|
||||||
box-shadow: var(--shadow-inset-sm), var(--shadow-floating);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: var(--gap-md);
|
padding: var(--gap-md);
|
||||||
height: 3.25rem;
|
height: 3.25rem;
|
||||||
@ -388,6 +388,7 @@ command_listener((e) => {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
background-color: var(--color-bg);
|
background-color: var(--color-bg);
|
||||||
|
border-top-left-radius: var(--radius-xl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user