Mod browser page number

This commit is contained in:
Thoronium
2023-04-25 14:19:17 -06:00
parent b78479a293
commit df48f888ff
5 changed files with 29 additions and 5 deletions

View File

@@ -4,8 +4,10 @@
align-items: center;
justify-content: space-around;
width: 100%;
z-index: 2;
position: relative;
padding: 10px;
padding: 5px;
font-size: 20px;
font-weight: bold;
@@ -16,6 +18,7 @@
.ModPagesTitle {
display: flex;
justify-content: center;
z-index: 3;
width: 100%;
max-width: 20%;
@@ -28,3 +31,19 @@
.ModPagesTitle.selected {
border-bottom: 0px solid #fff;
}
.ModPagesPage {
position: absolute;
justify-self: center;
left: 50%;
margin-top: 10px;
transform: translateX(-50%);
text-align: center;
padding: -5px;
z-index: 3;
font-size: 15px;
font-weight: bold;
color: #fff;
}