Merge pull request #4539 from ronilaukkarinen/master
Fix the alignment of the header buttons
This commit is contained in:
commit
5e8adafb3e
@ -613,7 +613,6 @@ p {
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
width: 36px;
|
width: 36px;
|
||||||
margin-top: 6px;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1061,6 +1060,7 @@ textarea.input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
align-items: center;
|
||||||
line-height: 45px;
|
line-height: 45px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
@ -2913,8 +2913,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
|
|
||||||
/* Correctly handle multiple successive whitespace characters.
|
/* Correctly handle multiple successive whitespace characters.
|
||||||
For example: user has quit ( ===> L O L <=== ) */
|
For example: user has quit ( ===> L O L <=== ) */
|
||||||
|
|
||||||
.header .topic,
|
|
||||||
#chat .msg[data-type="action"] .content,
|
#chat .msg[data-type="action"] .content,
|
||||||
#chat .msg[data-type="message"] .content,
|
#chat .msg[data-type="message"] .content,
|
||||||
#chat .msg[data-type="monospace_block"] .content,
|
#chat .msg[data-type="monospace_block"] .content,
|
||||||
@ -2922,11 +2920,15 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
#chat .ctcp-message,
|
#chat .ctcp-message,
|
||||||
#chat .part-reason,
|
#chat .part-reason,
|
||||||
#chat .quit-reason,
|
#chat .quit-reason,
|
||||||
#chat .new-topic,
|
#chat .new-topic {
|
||||||
#chat table.channel-list .topic {
|
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat table.channel-list .topic,
|
||||||
|
.header .topic {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.chat-view[data-type="search-results"] .search-status {
|
.chat-view[data-type="search-results"] .search-status {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user