Skip to content

Commit

Permalink
💄 use variables for corner size
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Mar 28, 2024
1 parent 27d3fa7 commit e448c63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/themes/apus/views/conference-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#conference-view {
background-color: #007e89;
border-radius: var(--lumo-border-radius-l);
position: absolute;
top: 0;
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion frontend/themes/apus/views/message-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.message-view img {
max-height: 200px;
max-width: 100%;
border-radius: 5px;
border-radius: var(--lumo-border-radius-s);
}

.message-view .invisible {
Expand Down
2 changes: 1 addition & 1 deletion frontend/themes/apus/views/session-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

.session-view {
border-radius: 5px;
border-radius: var(--lumo-border-radius-s);
display: inline-block;
width: 400px;
height: 140px;
Expand Down
1 change: 1 addition & 0 deletions frontend/themes/apus/views/social-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#social-view {
background-color: #1aa3b1;
border-radius: var(--lumo-border-radius-l);
position: absolute;
top: 0;
left: 870px;
Expand Down

0 comments on commit e448c63

Please sign in to comment.