1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 01:18:39 +03:00

transfer menu UI fix

This commit is contained in:
Eugene Pankov 2021-07-24 10:06:44 +02:00
parent 4673aa498e
commit 129bc8a9f1
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -6,6 +6,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
padding: 5px 0 5px 25px; padding: 5px 0 5px 25px;
width: 100%;
.icon { .icon {
padding: 4px 7px; padding: 4px 7px;
@ -16,6 +17,8 @@
} }
.main { .main {
display: flex;
flex-direction: column;
min-width: 0; min-width: 0;
margin-right: auto; margin-right: auto;
margin-bottom: 3px; margin-bottom: 3px;