Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 936344b

Browse files
committed
Make back button a circle
1 parent 5a4ca45 commit 936344b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

res/css/views/right_panel/_BaseCard.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ limitations under the License.
4040
width: 20px;
4141
margin: 12px;
4242
top: 0;
43+
border-radius: 10px;
4344

4445
&::before {
4546
content: "";
@@ -55,7 +56,6 @@ limitations under the License.
5556
}
5657

5758
.mx_BaseCard_back {
58-
border-radius: 4px;
5959
left: 0;
6060

6161
&::before {
@@ -66,7 +66,6 @@ limitations under the License.
6666
}
6767

6868
.mx_BaseCard_close {
69-
border-radius: 10px;
7069
right: 0;
7170

7271
&::before {

0 commit comments

Comments
 (0)