Skip to content

Commit df6da84

Browse files
author
hoang.tran12
committed
style
1 parent fab3a93 commit df6da84

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

popup/popup.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<html>
2-
<header>
2+
3+
<head>
34
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
45
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
56
crossorigin="anonymous" referrerpolicy="no-referrer" />
67
<link rel="stylesheet" href="styles/style.css">
7-
</header>
8+
</head>
89

910
<body>
1011
<h1>Useful Scripts</h1>

popup/styles/style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ div {
3737

3838
html,
3939
body {
40-
min-width: 350px;
4140
background-color: #e6e6e6;
41+
min-width: 370px;
42+
min-height: 600px;
4243
}
4344

45+
4446
h1,
4547
h3 {
4648
text-align: center;
@@ -97,7 +99,6 @@ a:hover {
9799

98100
/* ---------- Tab button ---------- */
99101
.tab {
100-
overflow: hidden;
101102
background-color: #cccccc;
102103
overflow: auto;
103104
}
@@ -473,8 +474,8 @@ a:hover {
473474
/* --------- scrollbar --------- */
474475
/* width */
475476
::-webkit-scrollbar {
476-
width: 10px;
477-
height: 10px;
477+
width: 7px;
478+
height: 7px;
478479
}
479480

480481
/* Track */

0 commit comments

Comments
 (0)