mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-22 15:56:17 -04:00
increase margin for hr-note ("OR") on dialogs
This commit is contained in:
parent
efec6eaa1a
commit
d45c6b5bea
2 changed files with 6 additions and 4 deletions
|
@ -770,12 +770,13 @@ x-dialog a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pair Devices Dialog */
|
/* Pair Devices Dialog & Public Room Dialog */
|
||||||
|
|
||||||
.input-key-container {
|
.input-key-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-key-container > input {
|
.input-key-container > input {
|
||||||
|
@ -836,7 +837,7 @@ x-dialog hr {
|
||||||
|
|
||||||
.hr-note {
|
.hr-note {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hr-note hr {
|
.hr-note hr {
|
||||||
|
|
|
@ -800,12 +800,13 @@ x-dialog a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pair Devices Dialog */
|
/* Pair Devices Dialog & Public Room Dialog */
|
||||||
|
|
||||||
.input-key-container {
|
.input-key-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-key-container > input {
|
.input-key-container > input {
|
||||||
|
@ -866,7 +867,7 @@ x-dialog hr {
|
||||||
|
|
||||||
.hr-note {
|
.hr-note {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hr-note hr {
|
.hr-note hr {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue