mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix strange-looking button
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
b9eef6f2ff
commit
7b66d5ddf7
1 changed files with 2 additions and 1 deletions
|
|
@ -1163,6 +1163,7 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
|
|||
flex: 1 1 auto;
|
||||
/* put a small space between text and form
|
||||
if there is an element before */
|
||||
align-items: center;
|
||||
&:not(:first-child) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
@ -1196,7 +1197,7 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
|
|||
&:last-of-type {
|
||||
> button, > a, > .menuitem {
|
||||
> form, > input {
|
||||
margin-bottom: $outter-margin - 2px; // minus the input margin
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue