mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 16:44:43 +01:00
Mod browser page number
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user