2024-06-03 21:14:15 -05:00
|
|
|
.appbar {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
z-index: 300;
|
|
|
|
|
background: rgba(0, 0, 0, .5);
|
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-03 21:00:44 -05:00
|
|
|
.appbar-profile-button {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
2024-07-08 17:14:28 -05:00
|
|
|
&:focus span,
|
|
|
|
|
&:active span {
|
2024-08-01 18:08:55 -05:00
|
|
|
position: static
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img + span {
|
|
|
|
|
padding-left: 32px;
|
2024-06-03 21:00:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
width: 32px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -1px;
|
|
|
|
|
left: -1px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-02 21:15:12 -05:00
|
|
|
.appbar-draggable-titlebar {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
height: 32px;
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
|
|
& > div {
|
|
|
|
|
cursor: move;
|
|
|
|
|
height: 32px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|