mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-05-25 16:32:29 -04:00
bug: optimize download btn for mobile
This commit is contained in:
@@ -256,6 +256,17 @@ h3.header {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
#download-btn-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
#download-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media (min-width: 280px) {
|
||||
.btn-text {
|
||||
display: inline;
|
||||
|
||||
Reference in New Issue
Block a user