mirror of
https://github.com/certd/certd.git
synced 2026-07-26 22:09:04 +08:00
16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
.fs-menu-wrapper {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
&.fs-menu-better-scroll {
|
|
overflow-y: hidden;
|
|
}
|
|
.menu-item-title {
|
|
display: flex;
|
|
align-items: center;
|
|
.fs-icon {
|
|
font-size: 16px !important;
|
|
min-width: 16px !important;
|
|
}
|
|
}
|
|
}
|