mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 10:05:40 +08:00
15 lines
276 B
SCSS
Vendored
15 lines
276 B
SCSS
Vendored
.uc-modernize-foundation-theme {
|
|
.c-navbar {
|
|
align-items: center;
|
|
}
|
|
|
|
.chat-composer .chat-composer-button,
|
|
.chat-composer .chat-composer-separator {
|
|
align-self: center;
|
|
}
|
|
|
|
.c-navbar .fk-d-tooltip__trigger {
|
|
height: 100%;
|
|
align-items: center;
|
|
}
|
|
}
|