зеркало из https://github.com/nextcloud/spreed.git
apply paddings to modal content
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Родитель
19dbf2c764
Коммит
5583cd72be
|
@ -89,7 +89,7 @@
|
|||
<!-- Participants editor -->
|
||||
<NcModal v-if="showParticipantsEditor"
|
||||
@close="closeParticipantsEditor">
|
||||
<div class="breakout-rooms-editor">
|
||||
<div class="breakout-rooms__editor">
|
||||
<h2>some title</h2>
|
||||
<BreakoutRoomsParticipantsEditor :token="token"
|
||||
:breakout-rooms="breakoutRooms"
|
||||
|
@ -342,6 +342,10 @@ export default {
|
|||
&__room {
|
||||
margin-top: var(--default-grid-baseline);
|
||||
}
|
||||
|
||||
&__editor {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .app-navigation-entry__title {
|
||||
|
|
Загрузка…
Ссылка в новой задаче