mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
vertically align wide chars (fixes #335)
This commit is contained in:
@@ -10,7 +10,7 @@ x-screen {
|
|||||||
transition: 0.125s ease background;
|
transition: 0.125s ease background;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 3px;
|
width: 3px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -22,6 +22,10 @@ x-screen {
|
|||||||
x-row > span {
|
x-row > span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
|
|
||||||
|
&.wc-node {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
Reference in New Issue
Block a user