Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit794604e

Browse files
committed
beautifying border
1 parente7479fd commit794604e

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

‎src/App.css‎

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#container {
2-
padding:80px00;
2+
padding:100px00;
33
color:#555;
44
margin:14px0;
55
text-rendering: optimizeLegibility!important;
@@ -10,7 +10,7 @@
1010
position: relative;
1111
display: flex;
1212
border:2px solidrgb(233,241,243);
13-
border-radius:2px;
13+
border-radius:1.125rem;
1414
}
1515

1616
@media screenand (max-width:1050px) {
@@ -19,6 +19,38 @@
1919
}
2020
}
2121

22+
#pivot#wdr-toolbar-wrapper#wdr-toolbar {
23+
padding-left:0.5rem;
24+
padding-right:0.5rem;
25+
border-top-left-radius:1rem;
26+
border-top-right-radius:1rem;
27+
}
28+
29+
#pivot#wdr-toolbar-wrapper#wdr-toolbar .wdr-toolbar-group-right {
30+
right:0.5rem;
31+
}
32+
33+
#pivot#wdr-toolbar-wrapper~#wdr-pivot-view {
34+
border-top-left-radius:0px;
35+
border-top-right-radius:0px;
36+
}
37+
38+
#pivot#wdr-pivot-view {
39+
border-left-width:0px;
40+
border-right-width:0px;
41+
border-bottom-width:0px;
42+
border-radius:1rem;
43+
}
44+
45+
#pivot#wdr-toolbar-wrapper~#wdr-pivot-view#wdr-grid-view {
46+
border-top-left-radius:0px;
47+
border-top-right-radius:0px;
48+
}
49+
50+
#pivot#wdr-grid-view {
51+
border-radius:1rem;
52+
}
53+
2254
/* Top menu */
2355
.mainheader {
2456
position: absolute;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp