client/css: remove semicolons

This commit is contained in:
Eva
2025-04-03 02:48:46 +02:00
parent 0971745615
commit d7ffdb0997
2 changed files with 17 additions and 17 deletions

View File

@ -31,12 +31,12 @@
outline: none outline: none
border-right: 20px solid transparent border-right: 20px solid transparent
&:before &:before
content: ' '; content: ' '
display: block; display: block
position: relative; position: relative
width: 100%; width: 100%
height: 20px; height: 20px
bottom: 20px; bottom: 20px
.thumbnail .thumbnail
width: 100% width: 100%

View File

@ -14,26 +14,26 @@
background: $top-navigation-color background: $top-navigation-color
.pool-name .pool-name
flex: 1 1; flex: 1 1
text-align: center; text-align: center
overflow: hidden; overflow: hidden
white-space: nowrap; white-space: nowrap
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis
text-overflow: ellipsis; text-overflow: ellipsis
.first, .last .first, .last
flex-basis: 1em; flex-basis: 1em
.first, .prev, .next, .last .first, .prev, .next, .last
flex: 0 1; flex: 0 1
white-space: nowrap; white-space: nowrap
>span >span
padding-top: 2px padding-top: 2px
padding-bottom: 2px padding-bottom: 2px
margin: 0 .25em; margin: 0 .25em
.darktheme .pool-navigator-container .pool-info-wrapper .darktheme .pool-navigator-container .pool-info-wrapper
border: 1px solid $top-navigation-color-darktheme border: 1px solid $top-navigation-color-darktheme
background: $window-color-darktheme background: $window-color-darktheme