fixed alignment of refresh buttons in settings

This commit is contained in:
anapnoe 2023-02-05 13:59:24 +02:00
parent f0d876d7d0
commit ebc7945cba

View File

@ -1840,6 +1840,15 @@ pre {
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#settings .gr-button-tool {
align-self: flex-end !important;
margin-bottom: 10px;
margin-right: 10px;
min-width: 34px !important;
max-width: 34px;
height: 34px;
}
@media only screen and (max-width: 1024px) {
/* For tablets: */