mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix(SetGuestUsername): adjust styles
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
parent
e7f58564b0
commit
5cdc3a3911
2 changed files with 9 additions and 9 deletions
|
|
@ -130,7 +130,6 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
.modal__content {
|
||||
padding: calc(var(--default-grid-baseline) * 3);
|
||||
background-color: var(--color-main-background);
|
||||
}
|
||||
|
||||
.conversation-information {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,9 @@
|
|||
|
||||
<div class="login-info">
|
||||
<span> {{ t('spreed', 'Do you already have an account?') }}</span>
|
||||
<NcButton variant="secondary"
|
||||
<NcButton
|
||||
class="login-info__button"
|
||||
variant="secondary"
|
||||
:href="loginUrl">
|
||||
{{ t('spreed', 'Log in') }}
|
||||
</NcButton>
|
||||
|
|
@ -123,13 +125,8 @@ function toggleEdit() {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.username-form {
|
||||
padding: 0 12px;
|
||||
margin: 0 auto 12px;
|
||||
|
||||
& &__input {
|
||||
width: 300px;
|
||||
height: var(--default-clickable-area);
|
||||
}
|
||||
margin-block-end: 12px;
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
.login-info {
|
||||
|
|
@ -137,6 +134,10 @@ function toggleEdit() {
|
|||
align-items: center;
|
||||
gap: calc(var(--default-grid-baseline) * 2);
|
||||
padding-top: calc(var(--default-grid-baseline) * 2);
|
||||
|
||||
&__button {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue