mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-23 21:34:13 +03:00
transfer menu UI fix
This commit is contained in:
parent
4673aa498e
commit
129bc8a9f1
@ -6,6 +6,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 5px 0 5px 25px;
|
||||
width: 100%;
|
||||
|
||||
.icon {
|
||||
padding: 4px 7px;
|
||||
@ -16,6 +17,8 @@
|
||||
}
|
||||
|
||||
.main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
margin-right: auto;
|
||||
margin-bottom: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user