mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-04-19 06:43:20 +02:00
13 lines
221 B
CSS
13 lines
221 B
CSS
.LocalLibraryFunctions {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.LocalLibraryFunctions input{
|
|
width: min-content;
|
|
}
|
|
|
|
.LocalLibraryFunctions-Action {
|
|
margin-left: auto;
|
|
} |