mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
711 B
Plaintext
27 lines
711 B
Plaintext
@import "./mixin.less";
|
|
|
|
.section-header-container,
|
|
.memos-header-container {
|
|
@apply sticky top-4 flex flex-row justify-between items-center w-full h-10 flex-nowrap mt-4 mb-2 shrink-0 z-1;
|
|
|
|
> .title-container {
|
|
@apply flex flex-row justify-start items-center mr-2 shrink-0 overflow-hidden;
|
|
|
|
> .action-btn {
|
|
@apply flex sm:hidden flex-row justify-center items-center w-6 h-6 mr-1 shrink-0 bg-transparent;
|
|
|
|
> .icon-img {
|
|
@apply w-5 h-auto;
|
|
}
|
|
}
|
|
|
|
> .title-text {
|
|
@apply font-bold text-lg leading-10 mr-2 text-ellipsis shrink-0 cursor-pointer overflow-hidden text-gray-700;
|
|
}
|
|
}
|
|
|
|
> .btns-container {
|
|
@apply flex flex-row justify-end items-center;
|
|
}
|
|
}
|