fixed alignment of refresh buttons in settings
This commit is contained in:
parent
f0d876d7d0
commit
ebc7945cba
|
@ -1840,6 +1840,15 @@ pre {
|
||||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
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) {
|
@media only screen and (max-width: 1024px) {
|
||||||
/* For tablets: */
|
/* For tablets: */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user